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

Props joehoyle.
Fixes #28925. See #28885.

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


git-svn-id: http://core.svn.wordpress.org/trunk@28983 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Drew Jaynes 2014-07-16 22:13:14 +00:00
parent c2a7544cd6
commit 9ae01ba532

View File

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