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/upgrade.php

    r47198 r47230  
    3737
    3838/**
    39  * @global string $wp_version
    40  * @global string $required_php_version
    41  * @global string $required_mysql_version
     39 * @global string $wp_version             The WordPress version string.
     40 * @global string $required_php_version   The required PHP version string.
     41 * @global string $required_mysql_version The required MySQL version string.
    4242 */
    4343global $wp_version, $required_php_version, $required_mysql_version;
Note: See TracChangeset for help on using the changeset viewer.