Skip to content

Commit

Permalink
do not try to include removed file #89
Browse files Browse the repository at this point in the history
  • Loading branch information
markkap committed Dec 21, 2018
1 parent 30742e0 commit 6c64081
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/wp-includes/class-wp-customize-manager.php
Expand Up @@ -308,7 +308,6 @@ public function __construct( $args = array() ) {
require_once( ABSPATH . WPINC . '/customize/class-wp-customize-site-icon-control.php' );
require_once( ABSPATH . WPINC . '/customize/class-wp-customize-header-image-control.php' );
require_once( ABSPATH . WPINC . '/customize/class-wp-customize-theme-control.php' );
require_once( ABSPATH . WPINC . '/customize/class-wp-customize-code-editor-control.php' );
require_once( ABSPATH . WPINC . '/customize/class-wp-widget-area-customize-control.php' );
require_once( ABSPATH . WPINC . '/customize/class-wp-widget-form-customize-control.php' );
require_once( ABSPATH . WPINC . '/customize/class-wp-customize-nav-menu-control.php' );
Expand Down

0 comments on commit 6c64081

Please sign in to comment.