From 8a5d825facf53c08133c1d7de202aa175c1f0522 Mon Sep 17 00:00:00 2001 From: "Drew Jaynes (DrewAPicture)" Date: Wed, 16 Jul 2014 22:12:11 +0000 Subject: [PATCH] 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 --- src/wp-admin/includes/class-wp-list-table.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-admin/includes/class-wp-list-table.php b/src/wp-admin/includes/class-wp-list-table.php index a7a0f88319..1ae89701e4 100644 --- a/src/wp-admin/includes/class-wp-list-table.php +++ b/src/wp-admin/includes/class-wp-list-table.php @@ -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.