WordPress Widget whacking
Wednesday, July 12th, 2006A little hack for the WordPress Widgets plugin sidebar code, and my first WordPress widget; gapingvoid for WordPress, available here.
A little hack for the WordPress Widgets plugin sidebar code, and my first WordPress widget; gapingvoid for WordPress, available here.
UPDATE: Steve Jensen brings up a good point in his post - that all instances of user_login ($args[1]) and user_password ($ars[2]) need to be trimmed in order for other method calls (like “edit”) to succeed. xmlrpc.php.txt has been updated.
As long as you’re able to replace files on your WordPress install, my hack will fix […]