~canonical-sysadmins/wordpress/4.7.4

« back to all changes in this revision

Viewing changes to wp-admin/upgrade-functions.php

  • Committer: Jacek Nykis
  • Date: 2015-01-05 16:17:05 UTC
  • Revision ID: jacek.nykis@canonical.com-20150105161705-w544l1h5mcg7u4w9
Initial commit

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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.0
 
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');