From d7c887fe5d0bd38c331a671dc5e6a5b72fc337ef Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Sun, 12 Jul 2015 18:32:24 +0000 Subject: [PATCH] Fix the summaries for a few methods and hooks added to `WP_List_Table` in 4.3. See [32644]. See #32891. Built from https://develop.svn.wordpress.org/trunk@33178 git-svn-id: http://core.svn.wordpress.org/trunk@33150 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/class-wp-list-table.php | 9 ++++----- wp-includes/version.php | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/wp-admin/includes/class-wp-list-table.php b/wp-admin/includes/class-wp-list-table.php index 864198ebff..7188ebc44c 100644 --- a/wp-admin/includes/class-wp-list-table.php +++ b/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 diff --git a/wp-includes/version.php b/wp-includes/version.php index 6c75eb973e..055a432930 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.3-beta2-33177'; +$wp_version = '4.3-beta2-33178'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.