Make WordPress Core


Ignore:
Timestamp:
01/23/2026 06:13:53 PM (8 months ago)
Author:
westonruter
Message:

Docs: Add missing descriptions to wp_nav_menu_max_depth() and do_core_upgrade().

Developed in https://github.com/WordPress/wordpress-develop/pull/10570

Follow-up to [61512], [32642], [32654].

Props rejaulalomkhan, westonruter, huzaifaalmesbah.
See #64224.

File:
1 edited

Legend:

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

    r61455 r61520  
    841841 * @global WP_Filesystem_Base $wp_filesystem WordPress filesystem subclass.
    842842 *
    843  * @param bool $reinstall
     843 * @param bool $reinstall Optional. Whether to reinstall WordPress. Default false.
    844844 */
    845845function do_core_upgrade( $reinstall = false ) {
Note: See TracChangeset for help on using the changeset viewer.