=== Replace Anchor Target === Contributors: ChrisWiegman Donate link: http://www.chriswiegman.com/projects/replace-anchor-target/ Tags: XHTML,jquery,filter Requires at least: 2.7 Tested up to: 3.1.1 Stable tag: 1.5 Replaces target="_blank" attribute for XHTML Strict compliance. == License == Released under the terms of the GNU General Public License. == Description == Selecting "Open link in a new window" in the builtin Wordpress WYSIWYG editor breack XHTML strict compliance by adding the attribute target="_blank" to anchor tags. This plugin fixes the problem by replacing the target attribute with a common class attribute and then using a simple jquery script to open the link in a new window. This method allows for correct validation using XHTML 1.0 Strict. == Installation == 1. Upload all files to the `/wp-content/plugins/replace-anchor-target` directory 1. Activate the plugin through the 'Plugins' menu in WordPress == Frequently Asked Questions == Coming soon == Changelog == = 1.5 - Apr 13, 2011 = * Updated Wordpress compliance = 1.4 - Mar 8, 2011 = * Updated Homepage = 1.3 - Feb 8, 2011 = * Spelling correction = 1.2 - Feb 8, 2011 = * Request for project maintainers. = 1.1 - Oct 22, 2010 = Fixed installation instructions in readme. = 1.0 - Oct 22, 2010 = * Added option page for donations = 0.8 - Oct 1, 2010 = * New plugin homepage = 0.7 - Sep 29, 2010 = * Correct plugin website address = 0.6 - Sep 29, 2010 = * Minor bug fix = 0.5 - Sep 29, 2010 = * Fixed error in readme file = 0.4 - Sep 29, 2010 = * Changed author = 0.3 - Sep 29, 2010 = * Cleanups and bug-fixes. Now tested with WP 3.0.1 = 0.2 - Feb 27, 2010 = * Now takes into account links that already have the class attribute = 0.1 - Feb 27, 2010 = * First release. == Support == Please visit the Homepage for support