Changeset 22309
- Timestamp:
- 10/25/2012 10:29:37 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/taxonomy.php
r22307 r22309 310 310 * @param array|string $object_type Name of the object type for the taxonomy object. 311 311 * @param array|string $args See above description for the two keys values. 312 * @return null|WP_Error WP_Er orr if errors, otherwise null.312 * @return null|WP_Error WP_Error if errors, otherwise null. 313 313 */ 314 314 function register_taxonomy( $taxonomy, $object_type, $args = array() ) {
Note: See TracChangeset
for help on using the changeset viewer.