From 2f5360bfcff3b80d96d083e98d4d9a054c285fe3 Mon Sep 17 00:00:00 2001 From: scribu Date: Fri, 26 Nov 2010 09:12:38 +0000 Subject: [PATCH] Update get_*_columns() method docs. See #15580 git-svn-id: http://svn.automattic.com/wordpress/trunk@16594 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/class-wp-list-table.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/wp-admin/includes/class-wp-list-table.php b/wp-admin/includes/class-wp-list-table.php index 4eb14caf49..93e8dcda8e 100644 --- a/wp-admin/includes/class-wp-list-table.php +++ b/wp-admin/includes/class-wp-list-table.php @@ -503,7 +503,8 @@ class WP_List_Table { } /** - * Get a list of columns. The format is internal_name => title + * Get a list of columns. The format is: + * 'internal-name' => 'Title' * * @since 3.1.0 * @access protected @@ -520,7 +521,7 @@ class WP_List_Table { * or * 'internal-name' => array( 'orderby', true ) * - * The second format will make the first sorting order be descending + * The second format will make the initial sorting order be descending * * @since 3.1.0 * @access protected