From 5e2983a77e5c584366caa6c824c13543d240343e Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Sun, 31 May 2015 01:40:29 +0000 Subject: [PATCH] Fix formatting and add a missing return description for inline documentation introduced in [32644] for `WP_Plugins_List_Table`. See #25408. See #32246. Built from https://develop.svn.wordpress.org/trunk@32667 git-svn-id: http://core.svn.wordpress.org/trunk@32637 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/class-wp-plugins-list-table.php | 4 ++-- wp-includes/version.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/wp-admin/includes/class-wp-plugins-list-table.php b/wp-admin/includes/class-wp-plugins-list-table.php index f02054c891..8424843317 100644 --- a/wp-admin/includes/class-wp-plugins-list-table.php +++ b/wp-admin/includes/class-wp-plugins-list-table.php @@ -719,12 +719,12 @@ class WP_Plugins_List_Table extends WP_List_Table { } /** - * Get name of default primary column for this specific list table. + * Get the name of default primary column for this specific list table. * * @since 4.3.0 * @access protected * - * @return string + * @return string Name for the default primary column, in this case, 'plugin'. */ protected function get_default_primary_column_name() { return 'plugin'; diff --git a/wp-includes/version.php b/wp-includes/version.php index 49f5f1259e..0e89b89726 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.3-alpha-32666'; +$wp_version = '4.3-alpha-32667'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.