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

see #31242.


git-svn-id: https://develop.svn.wordpress.org/trunk@31746 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2015-03-12 03:36:01 +00:00
parent fa132c0d7e
commit fff0f98244
1 changed files with 1 additions and 1 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.
*