author | ymh <ymh.work@gmail.com> |
Thu, 29 Sep 2022 08:06:27 +0200 | |
changeset 20 | 7b1b88e27a20 |
parent 16 | a86126ab1dd4 |
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'; |