Changeset 22634 for trunk/wp-includes/taxonomy.php
- Timestamp:
- 11/17/2012 03:11:29 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/taxonomy.php
r22476 r22634 332 332 $args = wp_parse_args($args, $defaults); 333 333 334 if ( strlen( $taxonomy ) > 32 ) 334 if ( strlen( $taxonomy ) > 32 ) 335 335 return new WP_Error( 'taxonomy_too_long', __( 'Taxonomies cannot exceed 32 characters in length' ) ); 336 336
Note: See TracChangeset
for help on using the changeset viewer.