Ticket #39498: 39498.diff
File 39498.diff, 692 bytes (added by , 8 years ago) |
---|
-
src/wp-includes/class-wp-customize-manager.php
1571 1571 add_filter( 'wp_redirect', array( $this, 'add_state_query_params' ) ); 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' ) ); 1576 1577 add_action( 'wp_footer', array( $this, 'customize_preview_settings' ), 20 );