Update get_*_columns() method docs. See #15580
git-svn-id: http://svn.automattic.com/wordpress/trunk@16594 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
3014920524
commit
2f5360bfcf
|
@ -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
|
* @since 3.1.0
|
||||||
* @access protected
|
* @access protected
|
||||||
|
@ -520,7 +521,7 @@ class WP_List_Table {
|
||||||
* or
|
* or
|
||||||
* 'internal-name' => array( 'orderby', true )
|
* '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
|
* @since 3.1.0
|
||||||
* @access protected
|
* @access protected
|
||||||
|
|
Loading…
Reference in New Issue