mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-12 21:00:21 +00:00
Docs: Add missing description for $post global.
Props immeet94. Fixes #46503. See #47110. git-svn-id: https://develop.svn.wordpress.org/trunk@45742 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -684,7 +684,7 @@ function locate_template( $template_names, $load = false, $require_once = true )
|
||||
* @since 1.5.0
|
||||
*
|
||||
* @global array $posts
|
||||
* @global WP_Post $post
|
||||
* @global WP_Post $post Global post object.
|
||||
* @global bool $wp_did_header
|
||||
* @global WP_Query $wp_query WordPress Query object.
|
||||
* @global WP_Rewrite $wp_rewrite WordPress rewrite component.
|
||||
|
||||
Reference in New Issue
Block a user