2010-02-09 15:37:12 -05:00
|
|
|
<?php
|
|
|
|
/**
|
2019-07-19 00:02:55 -04:00
|
|
|
* Custom background script.
|
2010-02-09 15:37:12 -05:00
|
|
|
*
|
2019-07-19 00:02:55 -04:00
|
|
|
* This file is deprecated, use 'wp-admin/includes/class-custom-background.php' instead.
|
|
|
|
*
|
|
|
|
* @deprecated 5.3.0
|
2010-02-09 15:37:12 -05:00
|
|
|
* @package WordPress
|
|
|
|
* @subpackage Administration
|
|
|
|
*/
|
|
|
|
|
2019-07-19 00:02:55 -04:00
|
|
|
_deprecated_file( basename( __FILE__ ), '5.3.0', 'wp-admin/includes/class-custom-background.php' );
|
2012-04-04 20:20:28 -04:00
|
|
|
|
2019-07-19 00:02:55 -04:00
|
|
|
/** Custom_Background class */
|
2020-02-06 01:33:11 -05:00
|
|
|
require_once ABSPATH . 'wp-admin/includes/class-custom-background.php';
|