Make WordPress Core


Ignore:
Timestamp:
09/07/2021 04:56:34 PM (4 years ago)
Author:
hellofromTonya
Message:

Code Modernization: Improve @since message in WP_List_Table::column_default().

Improves the @since message to more clearly specify the reason for this change" for PHP 8 named parameter support.

Follow-up to [51728].

Props jrf.
See #51553.

File:
1 edited

Legend:

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

    r51728 r51734  
    621621
    622622    /**
    623      * @since 5.9.0 Renamed `$tag` to `$item` to match parent class for PHP 8 named param.
     623     * @since 5.9.0 Renamed `$tag` to `$item` to match parent class for PHP 8 named parameter support.
    624624     *
    625625     * @param WP_Term $item        Term object.
Note: See TracChangeset for help on using the changeset viewer.