From 5e2c6970886065eb81033224b0827484826ec340 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: https://develop.svn.wordpress.org/trunk@16594 602fd350-edb4-49c9-b593-d223f7449a82 --- 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