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/functions.wp-scripts.php

    r45392 r45932  
    280280        if ( in_array( $handle, $no ) ) {
    281281            $message = sprintf(
    282                 /* translators: 1: script name, 2: wp_enqueue_scripts */
     282                /* translators: 1: Script name, 2: wp_enqueue_scripts */
    283283                __( 'Do not deregister the %1$s script in the administration area. To target the front-end theme, use the %2$s hook.' ),
    284284                "<code>$handle</code>",
Note: See TracChangeset for help on using the changeset viewer.