Make WordPress Core

Changeset 54748


Ignore:
Timestamp:
11/03/2022 01:36:07 PM (2 years ago)
Author:
SergeyBiryukov
Message:

Docs: Document the usage of globals in upgrade_550() and upgrade_560().

Follow-up to [47597], [48400], [49572], [49632].

Props upadalavipul.
Fixes #56983.

File:
1 edited

Legend:

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

    r54240 r54748  
    21612161 * @ignore
    21622162 * @since 5.5.0
     2163 *
     2164 * @global int $wp_current_db_version The old (current) database version.
    21632165 */
    21642166function upgrade_550() {
     
    21992201 * @ignore
    22002202 * @since 5.6.0
     2203 *
     2204 * @global int  $wp_current_db_version The old (current) database version.
     2205 * @global wpdb $wpdb                  WordPress database abstraction object.
    22012206 */
    22022207function upgrade_560() {
Note: See TracChangeset for help on using the changeset viewer.