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-includes/l10n.php

    r47219 r47230  
    2323 * @since 1.5.0
    2424 *
    25  * @global string $locale
    26  * @global string $wp_local_package
     25 * @global string $locale           The current locale.
     26 * @global string $wp_local_package Locale code of the package.
    2727 *
    2828 * @return string The locale of the blog or from the {@see 'locale'} hook.
Note: See TracChangeset for help on using the changeset viewer.