Docs: Add missing description for $current_screen global.

Props mukesh27.
Fixes #45604. See #47110.

git-svn-id: https://develop.svn.wordpress.org/trunk@45740 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov
2019-08-04 02:02:10 +00:00
parent d19f4d7ff4
commit a7b20de958
5 changed files with 9 additions and 9 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
*/