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/includes/class-core-upgrader.php

    r47219 r47230  
    387387     * @since 3.7.0
    388388     *
    389      * @global string $wp_version
    390      * @global string $wp_local_package
     389     * @global string $wp_version       The WordPress version string.
     390     * @global string $wp_local_package Locale code of the package.
    391391     *
    392392     * @return bool True if the checksums match, otherwise false.
Note: See TracChangeset for help on using the changeset viewer.