Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
akirk committed Mar 23, 2023
1 parent 1166387 commit 1171960
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion feed-parsers/class-feed-parser-activitypub.php
Original file line number Diff line number Diff line change
Expand Up @@ -1110,7 +1110,7 @@ public function wp_ajax_reblog() {
$reblog .= sprintf(
// translators: %s is a link.
__( 'Reblog via %s', 'friends' ),
'<a href="' . esc_url( $post->guid ) . '">' . esc_html( $author ) . '</a>',
'<a href="' . esc_url( $post->guid ) . '">' . esc_html( $author ) . '</a>'
);

$reblog .= PHP_EOL . '</p>' . PHP_EOL . '<!-- /wp:paragraph -->' . PHP_EOL;
Expand Down

0 comments on commit 1171960

Please sign in to comment.