Changeset 41435 for branches/4.8/src/wp-includes/script-loader.php
- Timestamp:
- 09/19/2017 12:40:06 PM (8 years ago)
- Location:
- branches/4.8
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/wp-includes/script-loader.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/4.8
-
branches/4.8/src/wp-includes/script-loader.php
r41053 r41435 950 950 'blog_id' => get_current_blog_id(), 951 951 ) ); 952 953 wp_localize_script( 'mce-view', 'mceViewL10n', array( 954 'shortcodes' => ! empty( $GLOBALS['shortcode_tags'] ) ? array_keys( $GLOBALS['shortcode_tags'] ) : array() 955 ) ); 952 956 } 953 957
Note: See TracChangeset
for help on using the changeset viewer.