From 5e84c7004d060fb62f38d777313d8c09e4592182 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Sun, 31 May 2015 01:36:27 +0000 Subject: [PATCH] Fix syntax and add a missing return description for inline documentation introduced in [32644] for `WP_MS_Themes_List_Table`. See #25408. See #32246. Built from https://develop.svn.wordpress.org/trunk@32665 git-svn-id: http://core.svn.wordpress.org/trunk@32635 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/class-wp-ms-themes-list-table.php | 4 ++-- wp-includes/version.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/wp-admin/includes/class-wp-ms-themes-list-table.php b/wp-admin/includes/class-wp-ms-themes-list-table.php index 8df7c6c05e..8ab1881c11 100644 --- a/wp-admin/includes/class-wp-ms-themes-list-table.php +++ b/wp-admin/includes/class-wp-ms-themes-list-table.php @@ -245,12 +245,12 @@ class WP_MS_Themes_List_Table extends WP_List_Table { } /** - * Get name of default primary column + * Get the name of the default primary column. * * @since 4.3.0 * @access protected * - * @return string + * @return string Name of the default primary column name, in this case, 'name'. */ protected function get_default_primary_column_name() { return 'name'; diff --git a/wp-includes/version.php b/wp-includes/version.php index 7ab099f9f6..c89c7e8f88 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.3-alpha-32664'; +$wp_version = '4.3-alpha-32665'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.