Changeset 15929 for trunk/wp-includes/taxonomy.php
- Timestamp:
- 10/23/2010 12:55:55 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/taxonomy.php
r15922 r15929 535 535 case 'name': 536 536 foreach ( $terms as $i => $term ) { 537 $terms[$i] = sanitize_t erm_field('slug', $term, 0, $taxonomy, 'db');537 $terms[$i] = sanitize_title_for_query( $term ); 538 538 } 539 539 $terms = array_filter($terms);
Note: See TracChangeset
for help on using the changeset viewer.