Make WordPress Core

Changeset 16594


Ignore:
Timestamp:
11/26/2010 09:12:38 AM (14 years ago)
Author:
scribu
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/class-wp-list-table.php

    r16593 r16594  
    504504
    505505    /**
    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'
    507508     *
    508509     * @since 3.1.0
     
    521522     * 'internal-name' => array( 'orderby', true )
    522523     *
    523      * The second format will make the first sorting order be descending
     524     * The second format will make the initial sorting order be descending
    524525     *
    525526     * @since 3.1.0
Note: See TracChangeset for help on using the changeset viewer.