Changeset 16594
- Timestamp:
- 11/26/2010 09:12:38 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/class-wp-list-table.php
r16593 r16594 504 504 505 505 /** 506 * Get a list of columns. The format is internal_name => title 506 * Get a list of columns. The format is: 507 * 'internal-name' => 'Title' 507 508 * 508 509 * @since 3.1.0 … … 521 522 * 'internal-name' => array( 'orderby', true ) 522 523 * 523 * The second format will make the firstsorting order be descending524 * The second format will make the initial sorting order be descending 524 525 * 525 526 * @since 3.1.0
Note: See TracChangeset
for help on using the changeset viewer.