[wp-cvs] wordpress/wp-includes vars.php,1.31,1.32

Ryan Boren rboren at users.sourceforge.net
Sat Sep 18 03:04:30 UTC 2004


Update of /cvsroot/cafelog/wordpress/wp-includes
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20274

Modified Files:
	vars.php 
Log 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.

Index: vars.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-includes/vars.php,v
retrieving revision 1.31
retrieving revision 1.32
diff -C2 -d -r1.31 -r1.32
*** vars.php	15 Sep 2004 15:09:39 -0000	1.31
--- vars.php	18 Sep 2004 03:04:27 -0000	1.32
***************
*** 181,185 ****
  
  // Some default filters
- add_filter('rewrite_rules','htmlspecialchars');
  add_filter('bloginfo','htmlspecialchars');
  add_filter('category_description', 'wptexturize');
--- 181,184 ----
***************
*** 191,193 ****
  add_filter('the_content', 'wptexturize');
  add_filter('the_excerpt', 'wptexturize');
! ?>
\ No newline at end of file
--- 190,192 ----
  add_filter('the_content', 'wptexturize');
  add_filter('the_excerpt', 'wptexturize');
! ?>




More information about the cvs mailing list