Changeset 29467 for trunk/src/wp-includes/taxonomy.php
- Timestamp:
- 08/11/2014 09:16:52 PM (12 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/taxonomy.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/taxonomy.php
r29234 r29467 430 430 * @param string $taxonomy Taxonomy slug. 431 431 * @param array|string $object_type Object type or array of object types. 432 * @param array |string $args Array or stringof taxonomy registration arguments.432 * @param array $args Array of taxonomy registration arguments. 433 433 */ 434 434 do_action( 'registered_taxonomy', $taxonomy, $object_type, $args );
Note: See TracChangeset
for help on using the changeset viewer.