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

    r45926 r45932  
    167167        wp_die(
    168168            sprintf(
    169                 /* translators: %s: option name */
     169                /* translators: %s: Option name. */
    170170                __( '%s is a protected WP option and may not be modified' ),
    171171                esc_html( $option )
Note: See TracChangeset for help on using the changeset viewer.