Make WordPress Core

Changeset 33668


Ignore:
Timestamp:
08/20/2015 08:21:45 PM (11 years ago)
Author:
DrewAPicture
Message:

Docs: Clarify the different return conditions in the DocBlock for WP_List_Table->handle_row_actions().

This clarification follows the introduction of primary columns in 4.3. See #33313.

Props morganestes.
Fixes #33436.

File:
1 edited

Legend:

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

    r33662 r33668  
    12611261         * @param string $column_name Current column name.
    12621262         * @param string $primary     Primary column name.
    1263          * @return string The row actions output. In this case, an empty string.
     1263         * @return string The row actions HTML, or an empty string if the current column is the primary column.
    12641264         */
    12651265        protected function handle_row_actions( $item, $column_name, $primary ) {
Note: See TracChangeset for help on using the changeset viewer.