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