Make WordPress Core


Ignore:
Timestamp:
06/29/2008 08:20:25 AM (17 years ago)
Author:
markjaquith
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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
Note: See TracChangeset for help on using the changeset viewer.