author | ymh <ymh.work@gmail.com> |
Mon, 14 Oct 2019 17:39:30 +0200 | |
changeset 7 | cf61fcea0001 |
parent 5 | 5e2f62d02dcd |
child 9 | 177826044cd9 |
permissions | -rw-r--r-- |
0 | 1 |
<?php |
2 |
/** |
|
3 |
* WordPress Upgrade Functions. Old file, must not be used. Include |
|
4 |
* wp-admin/includes/upgrade.php instead. |
|
5 |
* |
|
5 | 6 |
* @deprecated 2.5.0 |
0 | 7 |
* @package WordPress |
8 |
* @subpackage Administration |
|
9 |
*/ |
|
10 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
11 |
_deprecated_file( basename(__FILE__), '2.5.0', 'wp-admin/includes/upgrade.php' ); |
0 | 12 |
require_once(ABSPATH . 'wp-admin/includes/upgrade.php'); |