source:
trunk/www.guidonia.net/wp/wp-admin/upgrade-functions.php@
44
Last change on this file since 44 was 44, checked in by , 15 years ago | |
---|---|
File size: 339 bytes |
Line | |
---|---|
1 | <?php |
2 | /** |
3 | * WordPress Upgrade Functions. Old file, must not be used. Include |
4 | * wp-admin/includes/upgrade.php instead. |
5 | * |
6 | * @deprecated 2.5 |
7 | * @package WordPress |
8 | * @subpackage Administration |
9 | */ |
10 | |
11 | _deprecated_file( basename(__FILE__), '2.5', 'wp-admin/includes/upgrade.php' ); |
12 | require_once(ABSPATH . 'wp-admin/includes/upgrade.php'); |
13 | ?> |
Note:
See TracBrowser
for help on using the repository browser.