Make WordPress Core


Ignore:
Timestamp:
09/03/2019 12:39:13 AM (6 years ago)
Author:
SergeyBiryukov
Message:

I18N: Capitalize translator comments consistently, add trailing punctuation.

Includes minor code layout fixes.

See #44360.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/widgets/class-wp-widget-recent-comments.php

    r45926 r45932  
    122122                $output .= '<li class="recentcomments">';
    123123                $output .= sprintf(
    124                     /* translators: comments widget: 1: comment author, 2: post link */
     124                    /* translators: Comments widget. 1: Comment author, 2: Post link. */
    125125                    _x( '%1$s on %2$s', 'widgets' ),
    126126                    '<span class="comment-author-link">' . get_comment_author_link( $comment ) . '</span>',
Note: See TracChangeset for help on using the changeset viewer.