Make WordPress Core

Changeset 36825


Ignore:
Timestamp:
03/03/2016 09:00:58 AM (9 years ago)
Author:
DrewAPicture
Message:

Docs: Improve documentation for upgrade_450(), introduced in [36180].

See #27772, #35323. See #35986.

File:
1 edited

Legend:

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

    r36686 r36825  
    16641664
    16651665/**
    1666  * Execute changes made in WordPress 4.5.0
     1666 * Executes changes made in WordPress 4.5.0.
    16671667 *
    16681668 * @ignore
    16691669 * @since 4.5.0
    16701670 *
    1671  * @global int  $wp_current_db_version
    1672  * @global wpdb $wpdb
     1671 * @global int  $wp_current_db_version Current database version.
     1672 * @global wpdb $wpdb                  WordPress database abstraction object.
    16731673 */
    16741674function upgrade_450() {
Note: See TracChangeset for help on using the changeset viewer.