Ticket #9397: 9397.diff
File 9397.diff, 397 bytes (added by , 16 years ago) |
---|
-
wp-includes/taxonomy.php
868 868 if ( '' === $slug = sanitize_title($term) ) 869 869 return 0; 870 870 871 $term = trim( $term ); 871 872 $where = 't.slug = %s'; 872 873 $else_where = 't.name = %s'; 873 874 $where_fields = array($slug);