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-admin/options-writing.php

    r45674 r45932  
    142142    <?php
    143143    printf(
    144         /* translators: 1, 2, 3: examples of random email addresses */
     144        /* translators: 1, 2, 3: Examples of random email addresses. */
    145145        __( 'To post to WordPress by email you must set up a secret email account with POP3 access. Any mail received at this address will be posted, so it&#8217;s a good idea to keep this address very secret. Here are three random strings you could use: %1$s, %2$s, %3$s.' ),
    146146        sprintf( '<kbd>%s</kbd>', wp_generate_password( 8, false ) ),
     
    206206        <?php
    207207        printf(
    208             /* translators: %s: Codex URL */
     208            /* translators: %s: Codex URL. */
    209209            __( 'When you publish a new post, WordPress automatically notifies the following site update services. For more about this, see <a href="%s">Update Services</a> on the Codex. Separate multiple service URLs with line breaks.' ),
    210210            __( 'https://codex.wordpress.org/Update_Services' )
     
    220220        <?php
    221221        printf(
    222             /* translators: 1: Codex URL, 2: Reading Settings URL */
     222            /* translators: 1: Codex URL, 2: URL to Reading Settings screen. */
    223223            __( 'WordPress is not notifying any <a href="%1$s">Update Services</a> because of your site&#8217;s <a href="%2$s">visibility settings</a>.' ),
    224224            __( 'https://codex.wordpress.org/Update_Services' ),
Note: See TracChangeset for help on using the changeset viewer.