mirror of
git://develop.git.wordpress.org/
synced 2025-01-17 21:08:44 +01:00
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:
parent
fa132c0d7e
commit
fff0f98244
@ -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.
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user