[wp-cvs] wordpress/wp-includes functions.php,1.147,1.148
Matthew Mullenweg
saxmatt at users.sourceforge.net
Mon Aug 30 07:16:43 UTC 2004
- Previous message: [wp-cvs]
wordpress wp-atom.php, 1.11, 1.12 wp-commentsrss2.php, 1.17,
1.18 wp-links-opml.php, 1.7, 1.8 wp-locations.php, 1.4,
1.5 wp-rdf.php, 1.18, 1.19 wp-rss.php, 1.18, 1.19 wp-rss2.php,
1.25, 1.26 wp-trackback.php, 1.15, 1.16
- Next message: [wp-cvs] wordpress/wp-admin upload.php,1.16,1.17
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/cafelog/wordpress/wp-includes
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3066/wp-includes
Modified Files:
functions.php
Log Message:
Vanquishing the terror of iso-8859-1.
Index: functions.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-includes/functions.php,v
retrieving revision 1.147
retrieving revision 1.148
diff -C2 -d -r1.147 -r1.148
*** functions.php 27 Aug 2004 20:59:38 -0000 1.147
--- functions.php 30 Aug 2004 07:16:40 -0000 1.148
***************
*** 573,577 ****
function trackback_response($error = 0, $error_message = '') {
if ($error) {
! echo '<?xml version="1.0" encoding="iso-8859-1"?'.">\n";
echo "<response>\n";
echo "<error>1</error>\n";
--- 573,577 ----
function trackback_response($error = 0, $error_message = '') {
if ($error) {
! echo '<?xml version="1.0" encoding="utf-8"?'.">\n";
echo "<response>\n";
echo "<error>1</error>\n";
***************
*** 579,583 ****
echo "</response>";
} else {
! echo '<?xml version="1.0" encoding="iso-8859-1"?'.">\n";
echo "<response>\n";
echo "<error>0</error>\n";
--- 579,583 ----
echo "</response>";
} else {
! echo '<?xml version="1.0" encoding="utf-8"?'.">\n";
echo "<response>\n";
echo "<error>0</error>\n";
- Previous message: [wp-cvs]
wordpress wp-atom.php, 1.11, 1.12 wp-commentsrss2.php, 1.17,
1.18 wp-links-opml.php, 1.7, 1.8 wp-locations.php, 1.4,
1.5 wp-rdf.php, 1.18, 1.19 wp-rss.php, 1.18, 1.19 wp-rss2.php,
1.25, 1.26 wp-trackback.php, 1.15, 1.16
- Next message: [wp-cvs] wordpress/wp-admin upload.php,1.16,1.17
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cvs
mailing list