[wp-trac] [WordPress Trac] #15662: Too much escaping when Deleting a plugin
WordPress Trac
wp-trac at lists.automattic.com
Fri Dec 3 16:10:20 UTC 2010
#15662: Too much escaping when Deleting a plugin
--------------------------+-------------------------------------------------
Reporter: TobiasBg | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: General | Version: 3.1
Severity: normal | Keywords:
--------------------------+-------------------------------------------------
There's a little bit too much HTML escaping when deleting a plugin.
To reproduce, on a clean SVN of trunk, click "Delete" on the "Plugins"
page, e.g. for "Helly Dolly".
Instead of a link, you will see the plain HTML for the link, here
{{{
Hello Dolly by <a href="http://ma.tt/" title="Visit author homepage">Matt
Mullenweg</a>
}}}
This seems to come from [http://core.trac.wordpress.org/browser/trunk/wp-
admin/plugins.php#L243 this line], where escaping was added to
{{{$plugin['Author']}}} (which contains HTML for the link) in [15521].
--
Ticket URL: <http://core.trac.wordpress.org/ticket/15662>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list