- Timestamp:
- 09/01/2019 05:12:43 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/widgets/class-wp-widget-recent-comments.php
r43571 r45926 121 121 foreach ( (array) $comments as $comment ) { 122 122 $output .= '<li class="recentcomments">'; 123 /* translators: comments widget: 1: comment author, 2: post link */124 123 $output .= sprintf( 124 /* translators: comments widget: 1: comment author, 2: post link */ 125 125 _x( '%1$s on %2$s', 'widgets' ), 126 126 '<span class="comment-author-link">' . get_comment_author_link( $comment ) . '</span>',
Note: See TracChangeset
for help on using the changeset viewer.