Changeset 47808 for trunk/src/wp-includes/class-wp-taxonomy.php
- Timestamp:
- 05/16/2020 06:40:52 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-taxonomy.php
r47122 r47808 300 300 } 301 301 302 if ( false !== $args['rewrite'] && ( is_admin() || '' !=get_option( 'permalink_structure' ) ) ) {302 if ( false !== $args['rewrite'] && ( is_admin() || get_option( 'permalink_structure' ) ) ) { 303 303 $args['rewrite'] = wp_parse_args( 304 304 $args['rewrite'], … … 401 401 } 402 402 403 if ( false !== $this->rewrite && ( is_admin() || '' !=get_option( 'permalink_structure' ) ) ) {403 if ( false !== $this->rewrite && ( is_admin() || get_option( 'permalink_structure' ) ) ) { 404 404 if ( $this->hierarchical && $this->rewrite['hierarchical'] ) { 405 405 $tag = '(.+?)';
Note: See TracChangeset
for help on using the changeset viewer.