The partial change to the script handle in [31744] was not actually intended.

see #31242.

Built from https://develop.svn.wordpress.org/trunk@31746


git-svn-id: http://core.svn.wordpress.org/trunk@31727 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Nacin 2015-03-12 03:36:28 +00:00
parent cd0e4a29fe
commit 364a2450c2
2 changed files with 2 additions and 2 deletions

View File

@ -426,7 +426,7 @@ function wp_default_scripts( &$scripts ) {
$scripts->add( 'twemoji', "/wp-includes/js/twemoji$suffix.js", array(), false, 1 );
$scripts->add( 'emoji', "/wp-includes/js/wp-emoji$suffix.js", array( 'twemoji' ), false, 1 );
did_action( 'init' ) && $scripts->localize( 'wp-emoji', '_wpemojiSettings', array(
did_action( 'init' ) && $scripts->localize( 'emoji', '_wpemojiSettings', array(
/**
* Filter the URL where emoji images are hosted.
*

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.2-alpha-31745';
$wp_version = '4.2-alpha-31746';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.