Ticket #3509 (new defect)

Opened 2 years ago

Last modified 1 year ago

Error trackback charset

Reported by: maxsite Assigned to: anonymous
Priority: normal Milestone: 2.9
Component: General Version: 2.0
Severity: normal Keywords: trackback, charset
Cc:

Description

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.

Change History

01/03/07 04:56:42 changed by drssay

Your solution is not correct. Please, view trackback v1.2 spec( http://www.sixapart.com/pronet/docs/trackback_spec ) Another discussion is processing #1955

01/05/07 08:54:43 changed by markjaquith

  • milestone changed from 2.0.6 to 2.2.

Debate it for trunk before considering it for 2.0.x

03/27/07 23:14:26 changed by foolswisdom

  • milestone changed from 2.2 to 2.3.

09/19/07 22:09:45 changed by Nazgul

  • milestone changed from 2.3 to 2.5.