Changeset 31746
- Timestamp:
- 03/12/2015 03:36:01 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/script-loader.php
r31744 r31746 427 427 $scripts->add( 'twemoji', "/wp-includes/js/twemoji$suffix.js", array(), false, 1 ); 428 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(429 did_action( 'init' ) && $scripts->localize( 'emoji', '_wpemojiSettings', array( 430 430 /** 431 431 * Filter the URL where emoji images are hosted.
Note: See TracChangeset
for help on using the changeset viewer.