Make WordPress Core

Changeset 47058


Ignore:
Timestamp:
01/11/2020 05:55:49 PM (7 years ago)
Author:
SergeyBiryukov
Message:

Docs: Correct @return description for WP_List_Table::handle_row_actions().

Props pbiron.
Fixes #49170.

File:
1 edited

Legend:

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

    r46821 r47058  
    13741374         * @param string $column_name Current column name.
    13751375         * @param string $primary     Primary column name.
    1376          * @return string The row actions HTML, or an empty string if the current column is the primary column.
     1376         * @return string The row actions HTML, or an empty string
     1377         *                if the current column is not the primary column.
    13771378         */
    13781379        protected function handle_row_actions( $item, $column_name, $primary ) {
Note: See TracChangeset for help on using the changeset viewer.