Changeset 17789 for trunk/wp-includes/taxonomy.php
- Timestamp:
- 05/02/2011 09:34:33 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/taxonomy.php
r17688 r17789 37 37 'rewrite' => did_action( 'init' ) ? array( 38 38 'slug' => get_option('tag_base') ? get_option('tag_base') : 'tag', 39 'with_front' => ( get_option(' category_base') && ! $wp_rewrite->using_index_permalinks() ) ? false : true ) : false,39 'with_front' => ( get_option('tag_base') && ! $wp_rewrite->using_index_permalinks() ) ? false : true ) : false, 40 40 'public' => true, 41 41 'show_ui' => true,
Note: See TracChangeset
for help on using the changeset viewer.