Changeset 22012 for trunk/wp-includes/script-loader.php
- Timestamp:
- 09/26/2012 02:12:54 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/script-loader.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/script-loader.php
r22004 r22012 324 324 325 325 $scripts->add( 'shortcode', "/wp-includes/js/shortcode$suffix.js", array( 'underscore' ), false, 1 ); 326 $scripts->add( 'mce-view', "/wp-includes/js/mce-view$suffix.js", array( 'shortcode', 'backbone', 'jquery' ), false, 1 ); 326 $scripts->add( 'mce-view', "/wp-includes/js/mce-view$suffix.js", array( 'shortcode', 'media-models' ), false, 1 ); 327 did_action( 'init' ) && $scripts->localize( 'mce-view', '_wpMceViewL10n', array( 328 'contentWidth' => isset( $GLOBALS['content_width'] ) ? $GLOBALS['content_width'] : 800, 329 ) ); 327 330 328 331 if ( is_admin() ) {
Note: See TracChangeset
for help on using the changeset viewer.