Changeset 39951 for trunk/src/wp-includes/class-wp-customize-manager.php
- Timestamp:
- 01/26/2017 03:46:52 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-customize-manager.php
r39924 r39951 1578 1578 1579 1579 wp_enqueue_script( 'customize-preview' ); 1580 wp_enqueue_style( 'customize-preview' ); 1580 1581 add_action( 'wp_head', array( $this, 'customize_preview_loading_style' ) ); 1581 1582 add_action( 'wp_head', array( $this, 'remove_frameless_preview_messenger_channel' ) );
Note: See TracChangeset
for help on using the changeset viewer.