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/bookmark-template.php

    r45926 r45932  
    8787                $title .= ' (';
    8888                $title .= sprintf(
    89                     /* translators: %s: date and time of last update */
     89                    /* translators: %s: Date and time of last update. */
    9090                    __( 'Last updated: %s' ),
    9191                    gmdate(
Note: See TracChangeset for help on using the changeset viewer.