- Timestamp:
- 11/16/2021 02:55:04 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-terms-list-table.php
r51896 r52180 398 398 $uri = wp_doing_ajax() ? wp_get_referer() : $_SERVER['REQUEST_URI']; 399 399 400 $edit_link = get_edit_term_link( $tag ->term_id, $taxonomy, $this->screen->post_type );400 $edit_link = get_edit_term_link( $tag, $taxonomy, $this->screen->post_type ); 401 401 402 402 if ( $edit_link ) { … … 467 467 'wp_http_referer', 468 468 urlencode( wp_unslash( $uri ) ), 469 get_edit_term_link( $tag ->term_id, $taxonomy, $this->screen->post_type )469 get_edit_term_link( $tag, $taxonomy, $this->screen->post_type ) 470 470 ); 471 471
Note: See TracChangeset
for help on using the changeset viewer.