About
This plugin will fix several annoying bugs in WordPress 2.0.3:
- #2760 “Are you sure?” dialog for comment editing no longer appears
- #2761 “Are you sure?” dialog no longer adds slashes to info passed through it
- #2764 After editing a comment, you are properly redirected back to your original location
- #2776 New in version 0.2: “Are you sure?” dialog for user editing no longer appears
- #2782 New in version 0.3: “Are you sure?” dialog for link editing no longer appears
- #2806 New in version 0.4: Deletion of links works when JavaScript is turned off
Download
Instructions
- If you have hacked any core files in an attempt to fix these bugs, revert your changes back to stock 2.0.3
- Left-click the download link above, which will show you the source code
- Left-click the “download” button at the top of the page and save the file as
wordpress-2.0.3-tuneup.php
- Upload it to
/wp-content/plugins/
- Activate it
Credits
Thanks to Ryan Boren and Michael D. Adams for helping squish these bugs in SVN.
Versions
- Version 0.5 Automatic plugin deactivation on upgrade should now work on Windows servers
- Version 0.4 You can now delete links from the “Link Manager” with JavaScript turned off, and this plugin will now deactivate itself when you upgrade to a newer version of WordPress (older versions would stop working, but were still activated)
- Version 0.3 Added a fix for the “Are you sure?” dialog for link editing
- Version 0.2 Added a fix for the “Are you sure?” dialog for user editing
- Version 0.1 Initial release