Make WordPress Core


Ignore:
Timestamp:
11/17/2012 03:11:29 PM (12 years ago)
Author:
ryan
Message:

Pinking shears

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/taxonomy.php

    r22476 r22634  
    332332    $args = wp_parse_args($args, $defaults);
    333333
    334     if ( strlen( $taxonomy ) > 32 ) 
     334    if ( strlen( $taxonomy ) > 32 )
    335335        return new WP_Error( 'taxonomy_too_long', __( 'Taxonomies cannot exceed 32 characters in length' ) );
    336336
Note: See TracChangeset for help on using the changeset viewer.