Changeset 49316 for trunk/src/wp-includes/taxonomy.php
- Timestamp:
- 10/26/2020 11:05:22 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/taxonomy.php
r49193 r49316 3445 3445 foreach ( $tt_ids as $tt_id ) { 3446 3446 /** This action is documented in wp-includes/taxonomy.php */ 3447 do_action( 'edit_term_taxonomy', $tt_id, $taxonomy );3447 do_action( 'edit_term_taxonomy', $tt_id, $taxonomy->name ); 3448 3448 } 3449 3449 … … 3462 3462 foreach ( $tt_ids as $tt_id ) { 3463 3463 /** This action is documented in wp-includes/taxonomy.php */ 3464 do_action( 'edited_term_taxonomy', $tt_id, $taxonomy );3464 do_action( 'edited_term_taxonomy', $tt_id, $taxonomy->name ); 3465 3465 } 3466 3466
Note: See TracChangeset
for help on using the changeset viewer.