author | ymh <ymh.work@gmail.com> |
Tue, 15 Dec 2020 13:49:49 +0100 | |
changeset 16 | a86126ab1dd4 |
parent 9 | 177826044cd9 |
child 22 | 8c2e4d02f4ef |
permissions | -rw-r--r-- |
0 | 1 |
<?php |
2 |
/** |
|
16 | 3 |
* Custom background script. |
0 | 4 |
* |
16 | 5 |
* This file is deprecated, use 'wp-admin/includes/class-custom-background.php' instead. |
6 |
* |
|
7 |
* @deprecated 5.3.0 |
|
0 | 8 |
* @package WordPress |
9 |
* @subpackage Administration |
|
10 |
*/ |
|
11 |
||
16 | 12 |
_deprecated_file( basename( __FILE__ ), '5.3.0', 'wp-admin/includes/class-custom-background.php' ); |
0 | 13 |
|
16 | 14 |
/** Custom_Background class */ |
15 |
require_once ABSPATH . 'wp-admin/includes/class-custom-background.php'; |