Changeset 25335
- Timestamp:
- 09/11/2013 12:08:04 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/taxonomy.php
r25334 r25335 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,
Note: See TracChangeset
for help on using the changeset viewer.