[wp-trac] [WordPress Trac] #3509: Error trackback charset

WordPress Trac wp-trac at lists.automattic.com
Sat Dec 30 16:21:50 GMT 2006


#3509: Error trackback charset
---------------------+------------------------------------------------------
 Reporter:  maxsite  |       Owner:  anonymous         
     Type:  defect   |      Status:  new               
 Priority:  normal   |   Milestone:  2.0.6             
Component:  General  |     Version:  2.0               
 Severity:  normal   |    Keywords:  trackback, charset
---------------------+------------------------------------------------------
 The problem exists In WordPress 2 with coding (charset) trackbak.

 Reception XML-request from trackbak is executed by means of file wp-
 trackback.php. In he is indicated:
 {{{
 $charset = $_POST['charset'];
 }}}
 But, when sending trackbak, importance charset is not indicated.

 The Error is situated in file functions.php ('''function trackback'''):
 {{{
 $query_string =
 "title=$title&url=$url&blog_name=$blog_name&excerpt=$excerpt";
 }}}
 It is Correct:
 {{{
 $query_string =
 "title=$title&url=$url&blog_name=$blog_name&excerpt=$excerpt&charset=" .
 get_settings('blog_charset');
 }}}

 The Error much aging, request to developer to correct.

 ps Excuse me me for english - use google-translator.

-- 
Ticket URL: <http://trac.wordpress.org/ticket/3509>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list