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

    r47018 r47230  
    1010
    1111/**
    12  * The WordPress version string
     12 * The WordPress version string.
    1313 *
    1414 * @global string $wp_version
     
    2424
    2525/**
    26  * Holds the TinyMCE version
     26 * Holds the TinyMCE version.
    2727 *
    2828 * @global string $tinymce_version
     
    3131
    3232/**
    33  * Holds the required PHP version
     33 * Holds the required PHP version.
    3434 *
    3535 * @global string $required_php_version
     
    3838
    3939/**
    40  * Holds the required MySQL version
     40 * Holds the required MySQL version.
    4141 *
    4242 * @global string $required_mysql_version
Note: See TracChangeset for help on using the changeset viewer.