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/translation-install.php

    r47207 r47230  
    155155 * @since 4.0.0
    156156 *
    157  * @global string $wp_local_package
     157 * @global string $wp_local_package Locale code of the package.
    158158 *
    159159 * @param array[] $languages Array of available languages (populated via the Translation API).
Note: See TracChangeset for help on using the changeset viewer.