Skip to content
This repository was archived by the owner on Apr 4, 2023. It is now read-only.

Commit c32e5db

Browse files
committed
the HTML of html5_comment changed
1 parent 3e70f3c commit c32e5db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

includes/class-linkbacks-walker-comment.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ protected static function should_facepile( $comment ) {
1414
if ( ! is_array( $facepiles ) ) {
1515
$facepiles = array();
1616
}
17-
17+
1818
if ( self::is_reaction( $comment ) && in_array( 'reaction', $facepiles, true ) ) {
1919
return true;
2020
}
@@ -106,7 +106,7 @@ protected function html5_comment( $comment, $depth, $args ) {
106106
printf(
107107
/* translators: %s: comment author link */
108108
__( '%s <span class="says">says:</span>', 'semantic-linkbacks' ),
109-
sprintf( '<b>%s</b>', self::get_comment_author_link( $comment ) )
109+
sprintf( '<b class="fn">%s</b>', self::get_comment_author_link( $comment ) )
110110
);
111111
if ( $type && ! empty( $cite ) ) {
112112
printf( $cite, $url, $host );

0 commit comments

Comments
 (0)