Use class name for @return. props markuak, fixes #20063.

git-svn-id: http://svn.automattic.com/wordpress/trunk@19942 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
nacin 2012-02-17 23:15:05 +00:00
parent 86c37ba7a7
commit a40a97dbc9
1 changed files with 1 additions and 1 deletions

View File

@ -176,7 +176,7 @@ function get_screen_icon( $screen = '' ) {
*
* @since 3.1.0
*
* @return object Current screen object
* @return WP_Screen Current screen object
*/
function get_current_screen() {
global $current_screen;