Make WordPress Core


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

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

See #25408. See #32246.

File:
1 edited

Legend:

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

    r32656 r32665  
    246246
    247247    /**
    248      * Get name of default primary column
     248     * Get the name of the default primary column.
    249249     *
    250250     * @since 4.3.0
    251251     * @access protected
    252252     *
    253      * @return string
     253     * @return string Name of the default primary column name, in this case, 'name'.
    254254     */
    255255    protected function get_default_primary_column_name() {
Note: See TracChangeset for help on using the changeset viewer.