Changeset 11153
- Timestamp:
- 05/01/2009 10:05:04 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/taxonomy.php
r11151 r11153 866 866 } 867 867 868 $term = trim( $term);868 $term = trim( stripslashes( $term ) ); 869 869 870 870 if ( '' === $slug = sanitize_title($term) )
Note: See TracChangeset
for help on using the changeset viewer.