Changeset 47058 for trunk/src/wp-admin/includes/class-wp-list-table.php
- Timestamp:
- 01/11/2020 05:55:49 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-list-table.php
r46821 r47058 1374 1374 * @param string $column_name Current column name. 1375 1375 * @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. 1377 1378 */ 1378 1379 protected function handle_row_actions( $item, $column_name, $primary ) {
Note: See TracChangeset
for help on using the changeset viewer.