Ticket #22442: 22442.diff
File 22442.diff, 559 bytes (added by , 12 years ago) |
---|
-
wp-admin/includes/plugin.php
138 138 'em' => true, 139 139 'strong' => true, 140 140 ); 141 $allowed_tags['a'] = array( 'href' => true, 'title' => true );141 $allowed_tags['a'] = array( 'href' => true, 'title' => true, 'target' => true ); 142 142 143 143 // Name is marked up inside <a> tags. Don't allow these. 144 144 // Author is too, but some plugins have used <a> here (omitting Author URI).