=== Replace Anchor Target === Contributors: ChrisWiegman Tags: XHTML,jquery,filter Requires at least: 2.7 Tested up to: 3.0.1 Stable tag: 0.7 == License == Released under the terms of the GNU General Public License. == Description == Replaces target="_blank" attribute for XHTML Strict compliance. == Long 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 == This section describes how to install the plugin and get it working. e.g. 1. Upload all files to the `/wp-content/plugins/replace-target` directory 1. Activate the plugin through the 'Plugins' menu in WordPress == Changelog == = 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.