Make WordPress Core

Changeset 41959


Ignore:
Timestamp:
10/20/2017 10:03:59 PM (6 years ago)
Author:
SergeyBiryukov
Message:

Docs: Document $wp_version global in wp_initial_constants().

Props mt8.biz.
Fixes #42259.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/default-constants.php

    r41289 r41959  
    1313 * @since 3.0.0
    1414 *
    15  * @global int $blog_id
     15 * @global int    $blog_id    The current site ID.
     16 * @global string $wp_version The WordPress version string.
    1617 */
    1718function wp_initial_constants() {
Note: See TracChangeset for help on using the changeset viewer.