From ead318fd2088b563399af8733c1754f0bd119411 Mon Sep 17 00:00:00 2001 From: sarah Date: Thu, 3 Dec 2015 20:29:32 +0000 Subject: [PATCH] Remove custom header admin callbacks. These haven't been needed since 4.1, when the Header page under Appearance was deprecated and linked to the Customizer instead. --- inc/custom-header.php | 53 ------------------------------------------- 1 file changed, 53 deletions(-) diff --git a/inc/custom-header.php b/inc/custom-header.php index a6fadd35..83288075 100644 --- a/inc/custom-header.php +++ b/inc/custom-header.php @@ -19,8 +19,6 @@ * Set up the WordPress core custom header feature. * * @uses _s_header_style() - * @uses _s_admin_header_style() - * @uses _s_admin_header_image() */ function _s_custom_header_setup() { add_theme_support( 'custom-header', apply_filters( '_s_custom_header_args', array( @@ -30,8 +28,6 @@ function _s_custom_header_setup() { 'height' => 250, 'flex-height' => true, 'wp-head-callback' => '_s_header_style', - 'admin-head-callback' => '_s_admin_header_style', - 'admin-preview-callback' => '_s_admin_header_image', ) ) ); } add_action( 'after_setup_theme', '_s_custom_header_setup' ); @@ -76,52 +72,3 @@ function _s_header_style() { Header admin panel. - * - * @see _s_custom_header_setup(). - */ -function _s_admin_header_style() { -?> - - Header admin panel. - * - * @see _s_custom_header_setup(). - */ -function _s_admin_header_image() { -?> -
-

- -

-
- - - -
-