mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-04 18:01:42 +01:00
Editor: word count: update translator message
See #30966. Built from https://develop.svn.wordpress.org/trunk@33291 git-svn-id: http://core.svn.wordpress.org/trunk@33263 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
bbccb9ca6b
commit
f7f834703f
@ -398,8 +398,9 @@ function wp_default_scripts( &$scripts ) {
|
|||||||
$scripts->add( 'word-count', "/wp-admin/js/word-count$suffix.js", array(), false, 1 );
|
$scripts->add( 'word-count', "/wp-admin/js/word-count$suffix.js", array(), false, 1 );
|
||||||
did_action( 'init' ) && $scripts->localize( 'word-count', 'wordCountL10n', array(
|
did_action( 'init' ) && $scripts->localize( 'word-count', 'wordCountL10n', array(
|
||||||
/* translators: If your word count is based on single characters (East Asian characters),
|
/* translators: If your word count is based on single characters (East Asian characters),
|
||||||
enter 'characters'. Otherwise, enter 'words'. Do not translate into your own language. */
|
enter 'characters', or 'all' to include spaces. Otherwise, enter 'words'.
|
||||||
'type' => _x( 'words', 'word count: words or characters?' )
|
Do not translate into your own language. */
|
||||||
|
'type' => _x( 'words', 'word count: words, characters or all?' )
|
||||||
) );
|
) );
|
||||||
|
|
||||||
$scripts->add( 'media-upload', "/wp-admin/js/media-upload$suffix.js", array( 'thickbox', 'shortcode' ), false, 1 );
|
$scripts->add( 'media-upload', "/wp-admin/js/media-upload$suffix.js", array( 'thickbox', 'shortcode' ), false, 1 );
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '4.3-beta3-33290';
|
$wp_version = '4.3-beta3-33291';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
Loading…
Reference in New Issue
Block a user