From e24bc6a1854734154f99cde3543896818630a21f Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Sun, 31 May 2015 01:35:34 +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. git-svn-id: https://develop.svn.wordpress.org/trunk@32665 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/includes/class-wp-ms-themes-list-table.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wp-admin/includes/class-wp-ms-themes-list-table.php b/src/wp-admin/includes/class-wp-ms-themes-list-table.php index 8df7c6c05e..8ab1881c11 100644 --- a/src/wp-admin/includes/class-wp-ms-themes-list-table.php +++ b/src/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';