Title: bug in wordpress
Last modified: August 18, 2016

---

# bug in wordpress

 *  [nigelkane](https://wordpress.org/support/users/nigelkane/)
 * (@nigelkane)
 * [19 years, 11 months ago](https://wordpress.org/support/topic/bug-in-wordpress/)
 * I don’t seem to be able to stick this anyplace else.
 * In comment-functions.php (lines 509 – 517) of WP 2.0.2, get_trackback_url does
   not work correctly whne trying to track back on a page.
 * `$tb_url = get_settings('siteurl') . '/wp-trackback.php?p=' . $id;`
 * should be wrapped with something like
 * `if(is_page()) {
    $tb_url = get_settings('siteurl') . '/wp-trackback.php?page_id
   =' . $id; } else { $tb_url = get_settings('siteurl') . '/wp-trackback.php?p='.
   $id; }

Viewing 8 replies - 1 through 8 (of 8 total)

 *  [Monika](https://wordpress.org/support/users/monika/)
 * (@monika)
 * [19 years, 11 months ago](https://wordpress.org/support/topic/bug-in-wordpress/#post-397788)
 * nigelkane
 * you made my day,
 * my blog has hundreds of error 404
    I have found out:from trackbacks,
 * and know I now why
 * 🙂
    🙂 I wish you well Monika
 *  [tboley](https://wordpress.org/support/users/tboley/)
 * (@tboley)
 * [19 years, 11 months ago](https://wordpress.org/support/topic/bug-in-wordpress/#post-397790)
 * Does the bug still exists in WordPress 2.0.3?
 *  Thread Starter [nigelkane](https://wordpress.org/support/users/nigelkane/)
 * (@nigelkane)
 * [19 years, 11 months ago](https://wordpress.org/support/topic/bug-in-wordpress/#post-398020)
 * Where do you get 2.0.3? The latest official release is 2.0.2 isn’t it?
 * Monika – glad its helping 🙂
 *  Thread Starter [nigelkane](https://wordpress.org/support/users/nigelkane/)
 * (@nigelkane)
 * [19 years, 11 months ago](https://wordpress.org/support/topic/bug-in-wordpress/#post-398021)
 * Ah, just cleared my cache and reloaded the download page…
 * sorry 🙂 I’ll have a check.
 *  [Michael Adams (mdawaffe)](https://wordpress.org/support/users/mdawaffe/)
 * (@mdawaffe)
 * [19 years, 11 months ago](https://wordpress.org/support/topic/bug-in-wordpress/#post-398022)
 * Write up a ticket on trac: [http://trac.wordpress.org/](http://trac.wordpress.org/)
 *  Thread Starter [nigelkane](https://wordpress.org/support/users/nigelkane/)
 * (@nigelkane)
 * [19 years, 11 months ago](https://wordpress.org/support/topic/bug-in-wordpress/#post-398032)
 * The fault does occur on 2.0.3 and I have raised a trac (thanks mdawaffe): [http://trac.wordpress.org/ticket/2819#preview](http://trac.wordpress.org/ticket/2819#preview)
 * Hopefully it’ll get into 2.1, or 2.0.4 🙂
 *  [yosemite](https://wordpress.org/support/users/yosemite/)
 * (@yosemite)
 * [19 years, 11 months ago](https://wordpress.org/support/topic/bug-in-wordpress/#post-398033)
 * Now I’m curious ;’) How did you come across this bug?
 *  Thread Starter [nigelkane](https://wordpress.org/support/users/nigelkane/)
 * (@nigelkane)
 * [19 years, 11 months ago](https://wordpress.org/support/topic/bug-in-wordpress/#post-398034)
 * Regression testing 🙂
 * I am trying to make track backs work for a page for a client of mine, and just
   checked the URL coming back to see what was working.
 * Accidentally found a page_id that had the same id as a post, and was getting 
   redirected to the post.

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘bug in wordpress’ is closed to new replies.

## Tags

 * [trackback](https://wordpress.org/support/topic-tag/trackback/)
 * [url](https://wordpress.org/support/topic-tag/url/)

 * In: [Everything else WordPress](https://wordpress.org/support/forum/miscellaneous/)
 * 8 replies
 * 5 participants
 * Last reply from: [nigelkane](https://wordpress.org/support/users/nigelkane/)
 * Last activity: [19 years, 11 months ago](https://wordpress.org/support/topic/bug-in-wordpress/#post-398034)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
