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:
Sergey Biryukov
2019-08-04 12:28:56 +00:00
parent 0cf1235477
commit 9967a3e030
18 changed files with 25 additions and 24 deletions

View File

@@ -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;