kollapsminoriteten/wp-admin/custom-header.php

16 lines
429 B
PHP
Raw Normal View History

2019-11-02 10:38:58 +01:00
<?php
/**
2019-11-15 22:59:44 +01:00
* Custom header image script.
2019-11-02 10:38:58 +01:00
*
2019-11-15 22:59:44 +01:00
* This file is deprecated, use 'wp-admin/includes/class-custom-image-header.php' instead.
*
* @deprecated 5.3.0
2019-11-02 10:38:58 +01:00
* @package WordPress
* @subpackage Administration
*/
2019-11-15 22:59:44 +01:00
_deprecated_file( basename( __FILE__ ), '5.3.0', 'wp-admin/includes/class-custom-image-header.php' );
2019-11-02 10:38:58 +01:00
2019-11-15 22:59:44 +01:00
/** Custom_Image_Header class */
require_once( ABSPATH . 'wp-admin/includes/class-custom-image-header.php' );