mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-07 16:11:59 +01:00
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:
parent
c2a7544cd6
commit
9ae01ba532
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user