Make WordPress Core


Ignore:
Timestamp:
08/04/2019 01:27:22 AM (6 years ago)
Author:
SergeyBiryukov
Message:

Docs: Add missing description for $wp global.

See #45604, #47110.

File:
1 edited

Legend:

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

    r45735 r45736  
    151151 *
    152152 * @global WP_Rewrite $wp_rewrite WordPress rewrite component.
    153  * @global WP         $wp
     153 * @global WP         $wp         Current WordPress environment instance.
    154154 *
    155155 * @param string $tag   Name of the new rewrite tag.
     
    461461 *
    462462 * @global WP_Rewrite $wp_rewrite WordPress rewrite component.
    463  * @global WP         $wp
     463 * @global WP         $wp         Current WordPress environment instance.
    464464 *
    465465 * @param string $url Permalink to check.
Note: See TracChangeset for help on using the changeset viewer.