Make WordPress Core


Ignore:
Timestamp:
09/18/2004 03:04:27 AM (21 years ago)
Author:
rboren
Message:

htmlspecialchars() no longer needs to be run against rewrite_rules due to options-permalink reorg. Currently, ampersands end up being encoded in .htaccess, which causes breakage.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/vars.php

    r1664 r1686  
    181181
    182182// Some default filters
    183 add_filter('rewrite_rules','htmlspecialchars');
    184183add_filter('bloginfo','htmlspecialchars');
    185184add_filter('category_description', 'wptexturize');
Note: See TracChangeset for help on using the changeset viewer.