Ticket #3509 (closed defect (bug): duplicate)
Error trackback charset
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | |
| 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
comment:2
markjaquith — 5 years ago
- Milestone changed from 2.0.6 to 2.2
Debate it for trunk before considering it for 2.0.x
- Status changed from new to closed
- Resolution set to duplicate
Note: See
TracTickets for help on using
tickets.

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