Make WordPress Core


Ignore:
Timestamp:
10/05/2024 11:23:40 PM (5 months ago)
Author:
azaozz
Message:

Docs: Fix note about not using new functions in update-core.php and class-core-upgrader.php.

Props costdev.
See #62165.

File:
1 edited

Legend:

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

    r59180 r59182  
    33 * WordPress core upgrade functionality.
    44 *
    5  * Note: newly introduced functions and methods cannot be used here.
    6  * All functions must be present in both the previous version being upgraded from,
    7  * and the later version that's being installed (e.g. when rolling back Core)
    8  * as this file is used in both.
     5 * Note: Newly introduced functions and methods cannot be used here.
     6 * All functions must be present in the previous version being upgraded from
     7 * as this file is used there too.
    98 *
    109 * @package WordPress
Note: See TracChangeset for help on using the changeset viewer.