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/customize/class-wp-customize-nav-menu-item-setting.php

    r45639 r45932  
    275275
    276276                if ( '' === $original_title ) {
    277                     /* translators: %d: ID of a post */
     277                    /* translators: %d: ID of a post. */
    278278                    $original_title = sprintf( __( '#%d (no title)' ), $original_object->ID );
    279279                }
Note: See TracChangeset for help on using the changeset viewer.