Make WordPress Core


Ignore:
Timestamp:
07/30/2015 05:08:01 PM (10 years ago)
Author:
ocean90
Message:

Editor: word count: Remove indentation from the translator comment.

Avoids a duplicate comment in the POT file.

see #30966.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/script-loader.php

    r33440 r33517  
    402402    $scripts->add( 'word-count', "/wp-admin/js/word-count$suffix.js", array(), false, 1 );
    403403    did_action( 'init' ) && $scripts->localize( 'word-count', 'wordCountL10n', array(
    404         /* translators: If your word count is based on single characters (e.g. East Asian characters),
    405            enter 'characters_excluding_spaces' or 'characters_including_spaces'. Otherwise, enter 'words'.
    406            Do not translate into your own language. */
     404        /*
     405         * translators: If your word count is based on single characters (e.g. East Asian characters),
     406         * enter 'characters_excluding_spaces' or 'characters_including_spaces'. Otherwise, enter 'words'.
     407         * Do not translate into your own language.
     408         */
    407409        'type' => _x( 'words', 'Word count type. Do not translate!' ),
    408410        'shortcodes' => ! empty( $GLOBALS['shortcode_tags'] ) ? array_keys( $GLOBALS['shortcode_tags'] ) : array()
Note: See TracChangeset for help on using the changeset viewer.