From 9429edbd600905a3662dbbe8b5ad4ad99c97ddbe Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Sun, 12 Jul 2015 18:31:09 +0000 Subject: [PATCH] Fix the summaries for a few methods and hooks added to `WP_List_Table` in 4.3. See [32644]. See #32891. git-svn-id: https://develop.svn.wordpress.org/trunk@33178 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/includes/class-wp-list-table.php | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/wp-admin/includes/class-wp-list-table.php b/src/wp-admin/includes/class-wp-list-table.php index 864198ebff..7188ebc44c 100644 --- a/src/wp-admin/includes/class-wp-list-table.php +++ b/src/wp-admin/includes/class-wp-list-table.php @@ -850,7 +850,7 @@ class WP_List_Table { } /** - * Get the name of the default primary column. + * Gets the name of the default primary column. * * @since 4.3.0 * @access protected @@ -876,7 +876,7 @@ class WP_List_Table { } /** - * Get the name of the primary column. + * Gets the name of the primary column. * * @since 4.3.0 * @access protected @@ -888,8 +888,7 @@ class WP_List_Table { $default = $this->get_default_primary_column_name(); /** - * Filter the name of the primary column for the current list table, with context - * as argument (eg: 'plugins'). + * Filter the name of the primary column for the current list table. * * @since 4.3.0 * @@ -1236,7 +1235,7 @@ class WP_List_Table { } /** - * Generate and display row actions links + * Generates and display row actions links for the list table. * * @since 4.3.0 * @access protected