Changeset 32450
- Timestamp:
- 05/07/2015 05:25:30 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/taxonomy.php
r32353 r32450 3037 3037 * 3038 3038 * @since 2.3.0 3039 */ 3040 do_action( "created_term", $term_id, $tt_id, $taxonomy ); 3039 * 3040 * @param int $term_id Term ID. 3041 * @param int $tt_id Term taxonomy ID. 3042 * @param string $taxonomy Taxonomy slug. 3043 */ 3044 do_action( 'created_term', $term_id, $tt_id, $taxonomy ); 3041 3045 3042 3046 /**
Note: See TracChangeset
for help on using the changeset viewer.