Make WordPress Core


Ignore:
Timestamp:
09/15/2015 03:34:44 AM (9 years ago)
Author:
wonderboymusic
Message:

Add a doc block to WP_List_Table::get_primary_column().

Fixes #33854.

File:
1 edited

Legend:

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

    r34128 r34166  
    889889    }
    890890
     891    /**
     892     * Public wrapper for `->get_default_primary_column_name()`
     893     *
     894     * @since 4.4.0
     895     * @access public
     896     *
     897     * @return string Name of the default primary column.
     898     */
    891899    public function get_primary_column() {
    892900        return $this->get_primary_column_name();
Note: See TracChangeset for help on using the changeset viewer.