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.php

    r45818 r45932  
    267267                    '2.7.0',
    268268                    sprintf(
    269                         /* translators: %s: the option/setting */
     269                        /* translators: %s: The option/setting. */
    270270                        __( 'The %s setting is unregistered. Unregistered settings are deprecated. See https://developer.wordpress.org/plugins/settings/settings-api/' ),
    271271                        '<code>' . $option . '</code>'
Note: See TracChangeset for help on using the changeset viewer.