Changeset 31744 for trunk/src/wp-includes/script-loader.php
- Timestamp:
- 03/12/2015 03:16:51 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/script-loader.php
r31741 r31744 426 426 427 427 $scripts->add( 'twemoji', "/wp-includes/js/twemoji$suffix.js", array(), false, 1 ); 428 $scripts->add( 'emoji', "/wp-includes/js/ emoji$suffix.js", array( 'twemoji' ), false, 1 );429 did_action( 'init' ) && $scripts->localize( ' emoji', 'EmojiSettings', array(428 $scripts->add( 'emoji', "/wp-includes/js/wp-emoji$suffix.js", array( 'twemoji' ), false, 1 ); 429 did_action( 'init' ) && $scripts->localize( 'wp-emoji', '_wpemojiSettings', array( 430 430 /** 431 431 * Filter the URL where emoji images are hosted. … … 435 435 * @param string The emoji base URL. 436 436 */ 437 'base _url' => apply_filters( 'emoji_url', '//s0.wp.com/wp-content/mu-plugins/emoji/twemoji/72x72/' ),437 'baseUrl' => apply_filters( 'emoji_url', '//s0.wp.com/wp-content/mu-plugins/emoji/twemoji/72x72/' ), 438 438 /** 439 439 * Filter the extension of the emoji files.
Note: See TracChangeset
for help on using the changeset viewer.