Make WordPress Core

Changeset 57756


Ignore:
Timestamp:
03/03/2024 06:21:43 PM (12 months ago)
Author:
SergeyBiryukov
Message:

Docs: Document some globals in wp-admin/setup-config.php.

Follow-up to [29669], [29705], [32642], [45737], [47230], [51477].

Props upadalavipul, sabernhardt.
See #60021.

File:
1 edited

Legend:

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

    r56008 r57756  
    117117} // End function setup_config_display_header();
    118118
     119/**
     120 * @global string    $wp_local_package Locale code of the package.
     121 * @global WP_Locale $wp_locale        WordPress date and time locale object.
     122 */
    119123$language = '';
    120124if ( ! empty( $_REQUEST['language'] ) ) {
Note: See TracChangeset for help on using the changeset viewer.