Changeset 43571 for trunk/src/wp-includes/class-wp-taxonomy.php
- Timestamp:
- 08/17/2018 01:50:26 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-taxonomy.php
r43247 r43571 297 297 if ( false !== $args['rewrite'] && ( is_admin() || '' != get_option( 'permalink_structure' ) ) ) { 298 298 $args['rewrite'] = wp_parse_args( 299 $args['rewrite'], array( 299 $args['rewrite'], 300 array( 300 301 'with_front' => true, 301 302 'hierarchical' => false,
Note: See TracChangeset
for help on using the changeset viewer.