summaryrefslogtreecommitdiffstats
path: root/wp-admin/custom-header.php
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--wp-admin/custom-header.php15
1 files changed, 15 insertions, 0 deletions
diff --git a/wp-admin/custom-header.php b/wp-admin/custom-header.php
new file mode 100644
index 0000000..d89f03b
--- /dev/null
+++ b/wp-admin/custom-header.php
@@ -0,0 +1,15 @@
+<?php
+/**
+ * Custom header image script.
+ *
+ * This file is deprecated, use 'wp-admin/includes/class-custom-image-header.php' instead.
+ *
+ * @deprecated 5.3.0
+ * @package WordPress
+ * @subpackage Administration
+ */
+
+_deprecated_file( basename( __FILE__ ), '5.3.0', 'wp-admin/includes/class-custom-image-header.php' );
+
+/** Custom_Image_Header class */
+require_once ABSPATH . 'wp-admin/includes/class-custom-image-header.php';