[wp-cvs] wordpress wp-rdf.php,1.23,1.24 wp-settings.php,1.74,1.75

Matthew Mullenweg saxmatt at users.sourceforge.net
Mon Feb 7 07:46:43 GMT 2005


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

Modified Files:
	wp-rdf.php wp-settings.php 
Log Message:
Some filter action and cleanup

Index: wp-settings.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-settings.php,v
retrieving revision 1.74
retrieving revision 1.75
diff -C2 -d -r1.74 -r1.75
*** wp-settings.php	7 Feb 2005 07:37:53 -0000	1.74
--- wp-settings.php	7 Feb 2005 07:46:41 -0000	1.75
***************
*** 62,65 ****
--- 62,66 ----
  
  require (ABSPATH . WPINC . '/functions.php');
+ require (ABSPATH . WPINC . '/default-filters.php');
  require_once (ABSPATH . WPINC . '/wp-l10n.php');
  

Index: wp-rdf.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-rdf.php,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -d -r1.23 -r1.24
*** wp-rdf.php	31 Jan 2005 04:22:01 -0000	1.23
--- wp-rdf.php	7 Feb 2005 07:46:41 -0000	1.24
***************
*** 10,14 ****
  $more = 1;
  
- add_filter('the_content', 'trim');
  ?>
  <?php echo '<?xml version="1.0" encoding="'.get_settings('blog_charset').'"?'.'>'; ?>
--- 10,13 ----



More information about the cvs mailing list