Make WordPress Core

Opened 17 years ago

Closed 15 years ago

#3509 closed defect (bug) (duplicate)

Error trackback charset

Reported by: maxsite's profile maxsite Owned by:
Milestone: Priority: normal
Severity: normal Version: 2.0
Component: General Keywords: trackback, charset
Focuses: 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 (6)

#1 @drssay
17 years ago

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

#2 @markjaquith
17 years ago

  • Milestone changed from 2.0.6 to 2.2

Debate it for trunk before considering it for 2.0.x

#3 @foolswisdom
17 years ago

  • Milestone changed from 2.2 to 2.3

#4 @Nazgul
17 years ago

  • Milestone changed from 2.3 to 2.5

#5 @Denis-de-Bernardy
15 years ago

  • Milestone 2.9 deleted

dup of #1955

#6 @Denis-de-Bernardy
15 years ago

  • Resolution set to duplicate
  • Status changed from new to closed
Note: See TracTickets for help on using tickets.