Changeset 31773
- Timestamp:
- 03/13/2015 08:29:10 PM (10 years ago)
- Location:
- trunk/src/wp-includes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/js/twemoji.js
r31766 r31773 228 228 229 229 // nodes with type 1 which should **not** be parsed 230 shouldntBeParsed = /IFRAME|NOFRAMES|NOSCRIPT|SCRIPT|S TYLE|TEXTAREA|SELECT/,230 shouldntBeParsed = /IFRAME|NOFRAMES|NOSCRIPT|SCRIPT|SELECT|STYLE|TEXTAREA/, 231 231 232 232 // just a private shortcut -
trunk/src/wp-includes/script-loader.php
r31766 r31773 425 425 $scripts->add( 'mce-view', "/wp-includes/js/mce-view$suffix.js", array( 'shortcode', 'media-models', 'media-audiovideo', 'wp-playlist' ), false, 1 ); 426 426 427 $scripts->add( 'twemoji', "/wp-includes/js/twemoji$suffix.js", array(), '1.3. 1', 1 );427 $scripts->add( 'twemoji', "/wp-includes/js/twemoji$suffix.js", array(), '1.3.2', 1 ); 428 428 $scripts->add( 'emoji', "/wp-includes/js/wp-emoji$suffix.js", array( 'twemoji' ), false, 1 ); 429 429 did_action( 'init' ) && $scripts->localize( 'emoji', '_wpemojiSettings', array(
Note: See TracChangeset
for help on using the changeset viewer.