[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


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";




More information about the cvs mailing list