init
This commit is contained in:
commit
ff6f6c80cd
1709 changed files with 840760 additions and 0 deletions
12
wp-admin/upgrade-functions.php
Normal file
12
wp-admin/upgrade-functions.php
Normal file
|
@ -0,0 +1,12 @@
|
|||
<?php
|
||||
/**
|
||||
* WordPress Upgrade Functions. Old file, must not be used. Include
|
||||
* wp-admin/includes/upgrade.php instead.
|
||||
*
|
||||
* @deprecated 2.5.0
|
||||
* @package WordPress
|
||||
* @subpackage Administration
|
||||
*/
|
||||
|
||||
_deprecated_file( basename(__FILE__), '2.5.0', 'wp-admin/includes/upgrade.php' );
|
||||
require_once(ABSPATH . 'wp-admin/includes/upgrade.php');
|
Loading…
Add table
Add a link
Reference in a new issue