Docs: Clarify the class DocBlock summary for WP_Screen.

See #32246.

Built from https://develop.svn.wordpress.org/trunk@34422


git-svn-id: http://core.svn.wordpress.org/trunk@34386 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Drew Jaynes 2015-09-22 14:28:24 +00:00
parent ee97475edb
commit d7624168cd
2 changed files with 2 additions and 3 deletions

View File

@ -8,10 +8,9 @@
*/
/**
* A class representing the admin screen.
* Core class used to implement an admin screen API.
*
* @since 3.3.0
* @access public
*/
final class WP_Screen {
/**

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.4-alpha-34421';
$wp_version = '4.4-alpha-34422';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.