Docs: Clarify the class DocBlock summary for WP_Screen.

See #32246.


git-svn-id: https://develop.svn.wordpress.org/trunk@34422 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Drew Jaynes 2015-09-22 14:27:38 +00:00
parent 6dfcbd07c2
commit b3b19607bd

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 {
/**