Select Page

I didn’t think I’d be hacking WordPress as much as in the past 🙂

I upgraded my sisters blog to WordPress 2.5.1 and ran into two issues that required hacking:

– user password reset is broken

Here’s the issue http://wordpress.org/support/topic/172820 and here is the temporary fix: http://trac.wordpress.org/ticket/6842

– header injection problem when using wp_redirect with enumerated PHP code in pages

Here’s my fix: http://wordpress.org/support/topic/179091

Another useful evening looking at PHP..