Make WordPress Core

Changeset 32667


Ignore:
Timestamp:
05/31/2015 01:39:22 AM (11 years ago)
Author:
DrewAPicture
Message:

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

See #25408. See #32246.

File:
1 edited

Legend:

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

    r32654 r32667  
    720720
    721721        /**
    722          * Get name of default primary column for this specific list table.
     722         * Get the name of default primary column for this specific list table.
    723723         *
    724724         * @since 4.3.0
    725725         * @access protected
    726726         *
    727          * @return string
     727         * @return string Name for the default primary column, in this case, 'plugin'.
    728728         */
    729729        protected function get_default_primary_column_name() {
Note: See TracChangeset for help on using the changeset viewer.