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 { |
1915 | 1915 | add_action( 'wp_head', array( $this, 'customize_preview_loading_style' ) ); |
1916 | 1916 | add_action( 'wp_head', array( $this, 'remove_frameless_preview_messenger_channel' ) ); |
1917 | 1917 | add_action( 'wp_footer', array( $this, 'customize_preview_settings' ), 20 ); |
1918 | | add_filter( 'get_edit_post_link', '__return_empty_string' ); |
1919 | 1918 | |
1920 | 1919 | /** |
1921 | 1920 | * Fires once the Customizer preview has initialized and JavaScript |