Docs: Add missing description for $current_screen global.

Props mukesh27.
Fixes #45604. See #47110.
Built from https://develop.svn.wordpress.org/trunk@45740


git-svn-id: http://core.svn.wordpress.org/trunk@45551 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov
2019-08-04 02:03:55 +00:00
parent 7f7480cb2a
commit 6da93732e7
6 changed files with 10 additions and 10 deletions

View File

@@ -392,7 +392,7 @@ final class WP_Screen {
* @see set_current_screen()
* @since 3.3.0
*
* @global WP_Screen $current_screen
* @global WP_Screen $current_screen WordPress current screen object.
* @global string $taxnow
* @global string $typenow
*/