From eaa88637239c9b0835a669dce8a702b1e361061e Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Fri, 11 Dec 2015 20:15:54 +0000 Subject: [PATCH] Correct the hash notation documentation introduced in [34891]. See #32147 git-svn-id: https://develop.svn.wordpress.org/trunk@35869 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/includes/class-wp-screen.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-admin/includes/class-wp-screen.php b/src/wp-admin/includes/class-wp-screen.php index 0582473418..25373191ba 100644 --- a/src/wp-admin/includes/class-wp-screen.php +++ b/src/wp-admin/includes/class-wp-screen.php @@ -693,7 +693,7 @@ final class WP_Screen { * Default 'Filter items list'. * @type string $heading_pagination Screen reader text for the pagination heading. * Default 'Items list navigation'. - * @type string heading_list Screen reader text for the items list heading. + * @type string $heading_list Screen reader text for the items list heading. * Default 'Items list'. * } */