=== WP Admin Error Handler === Contributors: gilbitron Tags: errors, error, admin, handler Requires at least: 3.3 Tested up to: 3.3.2 Stable tag: 0.1 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Taming WordPress and PHP errors and displaying them properly. == Description == Hate when you get those ugly errors and warnings in your WordPress admin area (especially when WP_DEBUG is turned on)? WP Admin Error Handler sorts that out by catching all the errors and warnings and displaying them neatly in the admin bar so you can read them at your convenience. == Installation == 1. Upload the `wp-admin-error-handler` folder to the `/wp-content/plugins/` directory 2. Activate the plugin through the 'Plugins' menu in WordPress 3. Thats it. Errors will appear in the admin bar and in the Tools > Errors page. == Frequently Asked Questions == = What happens with fatal errors? = Fatal errors will appear as normal. All other errors and warnings will be caught by WP Admin Error Handler. == Screenshots == 1. Without WP Admin Error Handler 2. With WP Admin Error Handler 3. The Errors page == Changelog == = 0.1 = * Initial release.