- Timestamp:
- 09/03/2019 12:39:13 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/widgets/class-wp-widget-recent-comments.php
r45926 r45932 122 122 $output .= '<li class="recentcomments">'; 123 123 $output .= sprintf( 124 /* translators: comments widget: 1: comment author, 2: post link*/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.