Make WordPress Core

Ticket #39498: 39498.diff

File 39498.diff, 692 bytes (added by dlh, 8 years ago)
  • src/wp-includes/class-wp-customize-manager.php

     
    15711571                add_filter( 'wp_redirect', array( $this, 'add_state_query_params' ) );
    15721572
    15731573                wp_enqueue_script( 'customize-preview' );
     1574                wp_enqueue_style( 'customize-preview' );
    15741575                add_action( 'wp_head', array( $this, 'customize_preview_loading_style' ) );
    15751576                add_action( 'wp_head', array( $this, 'remove_frameless_preview_messenger_channel' ) );
    15761577                add_action( 'wp_footer', array( $this, 'customize_preview_settings' ), 20 );