From 32c3c59944dcb230c07862475c090b7d41a1283e Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Mon, 13 Jul 2015 17:45:16 +0000 Subject: [PATCH] Fix the DocBlock summary for `WP_Plugins_List_Table->get_primary_column_name()`, added in 4.3. See [32644]. See #32891. git-svn-id: https://develop.svn.wordpress.org/trunk@33196 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/includes/class-wp-plugins-list-table.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-admin/includes/class-wp-plugins-list-table.php b/src/wp-admin/includes/class-wp-plugins-list-table.php index e9a7fd2968..781330cbdf 100644 --- a/src/wp-admin/includes/class-wp-plugins-list-table.php +++ b/src/wp-admin/includes/class-wp-plugins-list-table.php @@ -717,7 +717,7 @@ class WP_Plugins_List_Table extends WP_List_Table { } /** - * Get the name of primary column for this specific list table. + * Gets the name of the primary column for this specific list table. * * @since 4.3.0 * @access protected