Make WordPress Core


Ignore:
Timestamp:
11/30/2017 11:09:33 PM (8 years ago)
Author:
pento
Message:

Code is Poetry.
WordPress' code just... wasn't.
This is now dealt with.

Props jrf, pento, netweb, GaryJ, jdgrimes, westonruter, Greg Sherwood from PHPCS, and everyone who's ever contributed to WPCS and PHPCS.
Fixes #41057.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/upgrade-functions.php

    r37985 r42343  
    99 */
    1010
    11 _deprecated_file( basename(__FILE__), '2.5.0', 'wp-admin/includes/upgrade.php' );
    12 require_once(ABSPATH . 'wp-admin/includes/upgrade.php');
     11_deprecated_file( basename( __FILE__ ), '2.5.0', 'wp-admin/includes/upgrade.php' );
     12require_once( ABSPATH . 'wp-admin/includes/upgrade.php' );
Note: See TracChangeset for help on using the changeset viewer.