// post · 112

Wordpress now has a bit of dale in it.

·

I'm one for gloating, so I thought I'd try and raise ye old ego a bit more (as you do ;)). Anyway as you may (or probably may not) know I hacked apart wordpress to leach some of its sending trackback function and found a very small bug. The bug being if you ran wordpress on a non standard port (i.e anything other than 80) then people would be unable to send a trackback to that site. Wordpress ignored the fact that someone may have enter a port number into the trackback url. Only a small bug.
So I emailed the good matt ( http://www.photomatt.net ) about the problem and included a fix for it. Less than 24 hours later wordpress is patched and the latest nightly build includes this small fix.

It's just cool that anyone can help add/fix things to open source software. So praise open source (and wordpress for being so).

w00t

/end ego boosting post ;)

no I'll never like wordpress, shutup! :S

// comments

· Joshua guest
Just out of curiosity, does your patch include the port in the URL if it's not specified, or port 80? I'm not planning to upgrade to bleeding edge CVS anytime soon, but I'm still vaguely curious :P
· Stuart user
Good ol' reliable Dale. How about you just make DalePress and go onto direct competition with them. You know you want to ;)
· Stuart user
[quote]... and go onto...[/quote]
Sorry I made a mistake. into*
· Michael Dale user
If no port is specified it changes to port 80.

$trackback_url['port'] = ($trackback_url['port'] == "") ? 80 : $trackback_url['port'];

// leave a comment

> click for comments help

HTML allowed: <a href="" title="" rel=""></a> <b></b> <blockquote cite=""></blockquote> <em></em> <i></i> <strike></strike> <strong></strong> <li></li> <ol></ol> <ul></ul>
ie: <b>bold</b>

Your comment may need to be reviewed before it is published.