Make WordPress Core


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

Fix formatting and add missing return descriptions for inline documenation introduced in [32644] for WP_List_Table.

Also fixes an error introduced in [32661] for WP_Links_List_Table.

See #25408. See #32246.

File:
1 edited

Legend:

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

    r32661 r32662  
    145145     * @since 4.3.0
    146146     * @access protected
     147     *
    147148     * @return string Name of the default primary column, in this case, 'name'.
    148149     */
     
    251252
    252253    /**
    253      * Generate and display row actions for links.
     254     * Generate and display row actions links.
    254255     *
    255256     * @since 4.3.0
Note: See TracChangeset for help on using the changeset viewer.