Make WordPress Core


Ignore:
Timestamp:
02/10/2020 03:28:20 AM (5 years ago)
Author:
SergeyBiryukov
Message:

Docs: Add descriptions for some globals:

  • $wp_version
  • $wp_local_package
  • $required_php_version
  • $required_mysql_version

See #48303.

File:
1 edited

Legend:

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

    r47218 r47230  
    2929 * @since 2.7.0
    3030 *
    31  * @global string $wp_local_package
     31 * @global string $wp_local_package Locale code of the package.
    3232 * @global wpdb   $wpdb             WordPress database abstraction object.
    3333 *
     
    217217 * @since 2.7.0
    218218 *
    219  * @global string $required_php_version
    220  * @global string $required_mysql_version
     219 * @global string $required_php_version   The required PHP version string.
     220 * @global string $required_mysql_version The required MySQL version string.
    221221 */
    222222function core_upgrade_preamble() {
Note: See TracChangeset for help on using the changeset viewer.