Make WordPress Core


Ignore:
Timestamp:
09/03/2019 12:39:13 AM (7 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-page-dropdown.php

    r44355 r45932  
    7272                $title = $page->post_title;
    7373                if ( '' === $title ) {
    74                         /* translators: %d: ID of a post */
     74                        /* translators: %d: ID of a post. */
    7575                        $title = sprintf( __( '#%d (no title)' ), $page->ID );
    7676                }
Note: See TracChangeset for help on using the changeset viewer.