Docs: Add missing description for $post global.
Props immeet94. Fixes #46503. See #47110. Built from https://develop.svn.wordpress.org/trunk@45742 git-svn-id: http://core.svn.wordpress.org/trunk@45553 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -14,7 +14,7 @@ if ( ! defined( 'ABSPATH' ) ) {
|
||||
/**
|
||||
* @global string $post_type
|
||||
* @global WP_Post_Type $post_type_object
|
||||
* @global WP_Post $post
|
||||
* @global WP_Post $post Global post object.
|
||||
*/
|
||||
global $post_type, $post_type_object, $post;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user