- Timestamp:
- 09/14/2023 12:44:23 PM (22 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-terms-list-table.php
r56571 r56586 465 465 466 466 // Restores the more descriptive, specific name for use within this method. 467 $tag = $item; 467 $tag = $item; 468 468 469 $taxonomy = $this->screen->taxonomy; 469 470 $uri = wp_doing_ajax() ? wp_get_referer() : $_SERVER['REQUEST_URI']; … … 627 628 */ 628 629 public function column_default( $item, $column_name ) { 630 // Restores the more descriptive, specific name for use within this method. 631 $tag = $item; 632 629 633 /** 630 634 * Filters the displayed columns in the terms list table. … … 644 648 * @param int $term_id Term ID. 645 649 */ 646 return apply_filters( "manage_{$this->screen->taxonomy}_custom_column", '', $column_name, $ item->term_id );650 return apply_filters( "manage_{$this->screen->taxonomy}_custom_column", '', $column_name, $tag->term_id ); 647 651 } 648 652
Note: See TracChangeset
for help on using the changeset viewer.