=== Replace Anchor Target === Contributors: ChrisWiegman Donate link: http://www.chriswiegman.com/projects/wordpress/replace-anchor-target/ Tags: XHTML,jquery,filter Requires at least: 2.7 Tested up to: 3.0.1 Stable tag: 1.2 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. = PROJECT MAINTAINER(S) NEEDED = I know longer have the time to give this project the attention it deserves. Please contact me if you are interested in taking over. == 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.2 08-Feb-2011 = * Request for project maintainers. = 1.1 - 22-Oct-2010 = Fixed installation instructions in readme. = 1.0 - 22-Oct-2010 = Added option page for donations = 0.8 - 01-Oct-2010 = New plugin homepage = 0.7 - 29-Sep-2010 = Correct plugin website address = 0.6 - 29-Sep-2010 = Minor bug fix = 0.5 - 29-Sep-2010 = Fixed error in readme file = 0.4 29-Sep-2010 = Changed author = 0.3 29-Sep-2010 = Cleanups and bug-fixes. Now tested with WP 3.0.1 = 0.2 27-Feb-2010 = Now takes into account links that already have the class attribute = 0.1 27-Feb-2010 = First release. == Upgrade Notice == == Support == Please visit the Homepage for support