Ticket #23668: 23668.2.patch
File 23668.2.patch, 648 bytes (added by , 12 years ago) |
---|
-
src/wp-includes/taxonomy.php
352 352 } 353 353 354 354 if ( false !== $args['rewrite'] && ( is_admin() || '' != get_option( 'permalink_structure' ) ) ) { 355 if ( empty( $args['rewrite']['slug'] ) ) 356 $args['rewrite']['slug'] = sanitize_title_with_dashes( $taxonomy ); 355 357 $args['rewrite'] = wp_parse_args( $args['rewrite'], array( 356 'slug' => sanitize_title_with_dashes( $taxonomy ),357 358 'with_front' => true, 358 359 'hierarchical' => false, 359 360 'ep_mask' => EP_NONE,