Make WordPress Core

Changeset 32670


Ignore:
Timestamp:
05/31/2015 01:44:53 AM (10 years ago)
Author:
DrewAPicture
Message:

Fix syntax and add a missing return description for inline documentation introduced in [32644] for WP_Users_List_Table.

See #25408. See #32246.

File:
1 edited

Legend:

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

    r32654 r32670  
    473473
    474474    /**
    475      * Get name of default primary column
     475     * Get the name of the default primary column.
    476476     *
    477477     * @since 4.3.0
    478478     * @access protected
    479479     *
    480      * @return string
     480     * @return string Name of the default primary column, in this case, 'username'.
    481481     */
    482482    protected function get_default_primary_column_name() {
Note: See TracChangeset for help on using the changeset viewer.