Changeset 41437 for branches/4.6/src/wp-includes/script-loader.php
- Timestamp:
- 09/19/2017 12:40:14 PM (9 years ago)
- Location:
- branches/4.6
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/wp-includes/script-loader.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/4.6
-
branches/4.6/src/wp-includes/script-loader.php
r38487 r41437 915 915 'blog_id' => get_current_blog_id(), 916 916 ) ); 917 918 wp_localize_script( 'mce-view', 'mceViewL10n', array( 919 'shortcodes' => ! empty( $GLOBALS['shortcode_tags'] ) ? array_keys( $GLOBALS['shortcode_tags'] ) : array() 920 ) ); 917 921 } 918 922
Note: See TracChangeset
for help on using the changeset viewer.