~canonical-sysadmins/wordpress/4.8.1

« back to all changes in this revision

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

  • Committer: Barry Price
  • Date: 2016-08-17 04:50:12 UTC
  • mfrom: (1.1.18 upstream)
  • Revision ID: barry.price@canonical.com-20160817045012-qfui81zhqnqv2ba9
Merge WP4.6 from upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
 * @subpackage Administration
9
9
 */
10
10
 
11
 
_deprecated_file( basename(__FILE__), '2.5', 'wp-admin/includes/upgrade.php' );
 
11
_deprecated_file( basename(__FILE__), '2.5.0', 'wp-admin/includes/upgrade.php' );
12
12
require_once(ABSPATH . 'wp-admin/includes/upgrade.php');