Changeset 40095
- Timestamp:
- 02/21/2017 06:53:19 AM (8 years ago)
- Location:
- branches/4.7
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.7
-
branches/4.7/src/wp-includes/class-wp-customize-manager.php
r39693 r40095 1572 1572 1573 1573 wp_enqueue_script( 'customize-preview' ); 1574 wp_enqueue_style( 'customize-preview' ); 1574 1575 add_action( 'wp_head', array( $this, 'customize_preview_loading_style' ) ); 1575 1576 add_action( 'wp_head', array( $this, 'remove_frameless_preview_messenger_channel' ) ); -
branches/4.7/src/wp-includes/class-wp-customize-nav-menus.php
r39570 r40095 1328 1328 public function customize_preview_enqueue_deps() { 1329 1329 wp_enqueue_script( 'customize-preview-nav-menus' ); // Note that we have overridden this. 1330 wp_enqueue_style( 'customize-preview' );1331 1330 } 1332 1331 -
branches/4.7/src/wp-includes/class-wp-customize-widgets.php
r39571 r40095 1087 1087 public function customize_preview_enqueue() { 1088 1088 wp_enqueue_script( 'customize-preview-widgets' ); 1089 wp_enqueue_style( 'customize-preview' );1090 1089 } 1091 1090
Note: See TracChangeset
for help on using the changeset viewer.