[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
- Previous message: [wp-cvs] wordpress/wp-includes default-filters.php, NONE,
1.1 functions-formatting.php, 1.65, 1.66 functions.php, 1.254,
1.255 template-functions-post.php, 1.45, 1.46 vars.php, 1.48, 1.49
- Next message: [wp-cvs] wordpress/wp-includes template-functions-author.php, 1.21,
1.22 template-functions-post.php, 1.46, 1.47
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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 ----
- Previous message: [wp-cvs] wordpress/wp-includes default-filters.php, NONE,
1.1 functions-formatting.php, 1.65, 1.66 functions.php, 1.254,
1.255 template-functions-post.php, 1.45, 1.46 vars.php, 1.48, 1.49
- Next message: [wp-cvs] wordpress/wp-includes template-functions-author.php, 1.21,
1.22 template-functions-post.php, 1.46, 1.47
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cvs
mailing list