Opened 2 years ago
Closed 2 years ago
#15742 closed defect (bug) (fixed)
Inconsistency in markup/translation when deleting a plugin
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.1 |
| Component: | Plugins | Version: | |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Plugins in a subfolder are pulled from get_plugins(), and thus are not processed for markup/translation.
Plugins not in a subfolder get marked up and translated.
Not a regression, but deserves review as the data for plugins like Akismet (in sub folder) thus does not seem to run through kses.
From TobiasBg in #15662.
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.

(In [16988]) We don't apply markup here. see #15742.