Update get_*_columns() method docs. See #15580

git-svn-id: https://develop.svn.wordpress.org/trunk@16594 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
scribu 2010-11-26 09:12:38 +00:00
parent 507547af83
commit 5e2c697088

View File

@ -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