Skip to content

Commit

Permalink
chore: phpcs
Browse files Browse the repository at this point in the history
  • Loading branch information
Soare-Robert-Daniel committed Jul 16, 2024
1 parent 6206b45 commit e1af627
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/admin/abstract/class-rop-services-abstract.php
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ protected function get_url( $post_details ) {
}

if ( 'wp_short_url' === $post_details['short_url_service'] ) {
return ' ' . wp_get_shortlink( $post_details['post_id'] );
return ' ' . wp_get_shortlink( $post_details['post_id'] );
}

$post_format_helper = new Rop_Post_Format_Helper();
Expand Down

0 comments on commit e1af627

Please sign in to comment.