Make WordPress Core

Ticket #50290: 50290.patch

File 50290.patch, 726 bytes (added by wpamitkumar, 5 years ago)
  • src/wp-includes/class-wp-customize-manager.php

    diff --git a/src/wp-includes/class-wp-customize-manager.php b/src/wp-includes/class-wp-customize-manager.php
    old mode 100644
    new mode 100755
    index 9d55fb23ac..8d8c2466f7
    a b final class WP_Customize_Manager { 
    19151915                add_action( 'wp_head', array( $this, 'customize_preview_loading_style' ) );
    19161916                add_action( 'wp_head', array( $this, 'remove_frameless_preview_messenger_channel' ) );
    19171917                add_action( 'wp_footer', array( $this, 'customize_preview_settings' ), 20 );
    1918                 add_filter( 'get_edit_post_link', '__return_empty_string' );
    19191918
    19201919                /**
    19211920                 * Fires once the Customizer preview has initialized and JavaScript