=== Plugin Name === Contributors: cwiegman Tags: XHTML,jquery,filter Requires at least: 2.0.2 Tested up to: 2.9.2 Stable tag: 0.2 == 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.2 27-Feb-2010 = Now takes into account links that already have the class attribute = 0.1 27-Feb-2010 = First release.