Fix a typo in the @access tag for WP_List_Table::__get().

Props joehoyle.
Fixes #28925. See #28885.


git-svn-id: https://develop.svn.wordpress.org/trunk@29199 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Drew Jaynes (DrewAPicture) 2014-07-16 22:12:11 +00:00
parent e7e0aa5a42
commit 8a5d825fac

View File

@ -99,7 +99,7 @@ class WP_List_Table {
* Make private properties readable for backwards compatibility. * Make private properties readable for backwards compatibility.
* *
* @since 4.0.0 * @since 4.0.0
* @access publc * @access public
* *
* @param string $name Property to get. * @param string $name Property to get.
* @return mixed Property. * @return mixed Property.