Ticket #4506: taxonomy.php.patch
File taxonomy.php.patch, 439 bytes (added by , 18 years ago) |
---|
-
wp-includes/taxonomy.php
132 132 133 133 if ( 'slug' == $field ) { 134 134 $field = 't.slug'; 135 $value = sanitize_title($field);136 135 if ( empty($value) ) 137 136 return false; 138 137 } else if ( 'name' == $field ) { … … 963 962 } 964 963 } 965 964 966 ?> 967 No newline at end of file 965 ?>