Opened 14 years ago
Closed 14 years ago
#15236 closed defect (bug) (duplicate)
Delete plugin confirmation should strip_tags from plugin author
Reported by: | ampt | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | trivial | Version: | 3.1 |
Component: | Plugins | Keywords: | has-patch |
Focuses: | Cc: |
Description
On the plugins page if I click delete Hello Dolly the confirmation page displays:
You are about to remove the following plugin:
- Hello Dolly by <a href="http://ma.tt/" title="Visit author homepage">Matt Mullenweg</a>
The attached patch strips tags from the plugin author before outputting to the browser
Attachments (2)
Change History (5)
Note: See
TracTickets for help on using
tickets.
Hmm. We shouldn't need to strip HTML there. We should have Author_Name without the link for get_plugin_data(), the same thing we did for themes in [14658].
The problem here is a change in functionality in either 2.9 or 3.0, for Author to include the link by default. We just didn't update it across core.