From 5bf66662a9bdd62c5bccab15e607cd95cfb8fcab Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Mon, 27 Jul 2020 10:05:23 +0200 Subject: Removed wordpress and phpmyadmin, my server doesn't handle it well and it brings shame on my familly --- .../class-wp-customize-nav-menus-panel.php | 101 --------------------- 1 file changed, 101 deletions(-) delete mode 100644 srcs/wordpress/wp-includes/customize/class-wp-customize-nav-menus-panel.php (limited to 'srcs/wordpress/wp-includes/customize/class-wp-customize-nav-menus-panel.php') diff --git a/srcs/wordpress/wp-includes/customize/class-wp-customize-nav-menus-panel.php b/srcs/wordpress/wp-includes/customize/class-wp-customize-nav-menus-panel.php deleted file mode 100644 index c0d098b..0000000 --- a/srcs/wordpress/wp-includes/customize/class-wp-customize-nav-menus-panel.php +++ /dev/null @@ -1,101 +0,0 @@ -render_screen_options( array( 'wrap' => false ) ); - } - - /** - * Returns the advanced options for the nav menus page. - * - * Link title attribute added as it's a relatively advanced concept for new users. - * - * @since 4.3.0 - * @deprecated 4.5.0 Deprecated in favor of wp_nav_menu_manage_columns(). - */ - public function wp_nav_menu_manage_columns() { - _deprecated_function( __METHOD__, '4.5.0', 'wp_nav_menu_manage_columns' ); - require_once ABSPATH . 'wp-admin/includes/nav-menu.php'; - return wp_nav_menu_manage_columns(); - } - - /** - * An Underscore (JS) template for this panel's content (but not its container). - * - * Class variables for this panel class are available in the `data` JS object; - * export custom variables by overriding WP_Customize_Panel::json(). - * - * @since 4.3.0 - * - * @see WP_Customize_Panel::print_template() - */ - protected function content_template() { - ?> -
  • - -
    - - {{ data.title }}' ); - ?> - - - -
    - <# if ( data.description ) { #> -
    {{{ data.description }}}
    - <# } #> -
    - render_screen_options(); ?> -
    -
  • - -
  • -