Make WordPress Core


Ignore:
Timestamp:
02/13/2026 06:33:22 PM (2 months ago)
Author:
westonruter
Message:

Docs: Add missing @global variable descriptions.

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

Follow-up to [61604], [61592].

Props noruzzaman, huzaifaalmesbah, shailu25, sabernhardt, westonruter.
See #64224.

File:
1 edited

Legend:

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

    r61440 r61638  
    343343 * @global string    $wp_local_package Locale code of the package.
    344344 * @global WP_Locale $wp_locale        WordPress date and time locale object.
     345 * @global wpdb      $wpdb             WordPress database abstraction object.
    345346 */
    346347$language = '';
Note: See TracChangeset for help on using the changeset viewer.