Changeset 13626
- Timestamp:
- 03/09/2010 10:53:02 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/taxonomy.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/taxonomy.php
r13625 r13626 1859 1859 do_action( 'edit_term_taxonomy', $tt_id, $taxonomy ); 1860 1860 $wpdb->update( $wpdb->term_taxonomy, compact( 'term_id', 'taxonomy', 'description', 'parent' ), array( 'term_taxonomy_id' => $tt_id ) ); 1861 do_action( 'edited_term_taxonomy', $tt_id );1861 do_action( 'edited_term_taxonomy', $tt_id, $taxonomy ); 1862 1862 1863 1863 do_action("edit_term", $term_id, $tt_id, $taxonomy);
Note: See TracChangeset
for help on using the changeset viewer.