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

git-svn-id: https://develop.svn.wordpress.org/trunk@19942 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2012-02-17 23:15:05 +00:00
parent 691ca6ead3
commit 07cfcf9cb6
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;