Make WordPress Core


Ignore:
Timestamp:
09/03/2019 12:39:13 AM (5 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/class-walker-category.php

    r45723 r45932  
    166166
    167167            if ( empty( $args['feed'] ) ) {
    168                 /* translators: %s: category name */
     168                /* translators: %s: Category name. */
    169169                $alt = ' alt="' . sprintf( __( 'Feed for all posts filed under %s' ), $cat_name ) . '"';
    170170            } else {
Note: See TracChangeset for help on using the changeset viewer.