Changeset 36391 for trunk/src/wp-includes/taxonomy.php
- Timestamp:
- 01/25/2016 05:10:57 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/taxonomy.php
r36377 r36391 354 354 * 355 355 * @param array $args Array of arguments for registering a taxonomy. 356 * @param string $taxonomy Taxonomy key. 356 357 * @param array $object_type Array of names of object types for the taxonomy. 357 * @param string $taxonomy Taxonomy key.358 358 */ 359 359 $args = apply_filters( 'register_taxonomy_args', $args, $taxonomy, (array) $object_type );
Note: See TracChangeset
for help on using the changeset viewer.