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

@@ -6346,7 +6346,7 @@ function wp_delete_file_from_directory( $file, $directory ) {
*
* @since 4.3.0
*
* @global WP_Post $post
* @global WP_Post $post Global post object.
*/
function wp_post_preview_js() {
global $post;