Show
Ignore:
Timestamp:
06/29/08 08:20:25 (4 months ago)
Author:
markjaquith
Message:

Silently add /index.php/ to category_base and tag_base for blogs using PATHINFO permalinks. fixes #4536

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-includes/default-filters.php

    r8011 r8213  
    154154add_filter('pre_comment_content', 'wp_rel_nofollow', 15); 
    155155add_filter('comment_email', 'antispambot'); 
     156add_filter('option_tag_base', '_wp_filter_taxonomy_base'); 
     157add_filter('option_category_base', '_wp_filter_taxonomy_base'); 
    156158 
    157159//Atom SSL support