Make WordPress Core


Ignore:
Timestamp:
01/10/2004 01:46:27 AM (22 years ago)
Author:
alex_t_king
Message:

making the category links include the trailing slash

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/options-permalink.php

    r640 r749  
    152152RewriteBase <?php echo $site_root; ?>
    153153RewriteRule ^<?php echo $match; echo '$ ' . $site_root . $query ?> [QSA]
    154 RewriteRule ^<?php echo $catmatch; ?>(.*) <?php echo $site_root; ?>index.php?category_name=$1 [QSA]</textarea>
     154RewriteRule ^<?php echo $catmatch; ?>?([0-9a-z-]+)?/? <?php echo $site_root; ?>index.php?category_name=$1 [QSA]</textarea>
    155155    </form>
    156156</div>
Note: See TracChangeset for help on using the changeset viewer.