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/wp-db.php

    r47219 r47230  
    598598     * @since 2.0.8
    599599     *
    600      * @global string $wp_version
     600     * @global string $wp_version The WordPress version string.
    601601     *
    602602     * @param string $dbuser     MySQL database user
     
    34903490     * @since 2.5.0
    34913491     *
    3492      * @global string $wp_version
    3493      * @global string $required_mysql_version
     3492     * @global string $wp_version             The WordPress version string.
     3493     * @global string $required_mysql_version The required MySQL version string.
    34943494     *
    34953495     * @return void|WP_Error
Note: See TracChangeset for help on using the changeset viewer.