#6917 closed defect (bug) (fixed)
Missing Non MS 2.5 deprecated filters for emails
| Reported by: | imath | Owned by: | djpaul |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.5 |
| Component: | Core | Version: | |
| Severity: | normal | Keywords: | has-patch |
| Cc: |
Description
In 2.4 : the activation email is using 2 different functions with 2 different sets of filters.
In the 2.5 deprecated file, only the multisite filters are taking in account, meaning a plugin using a non MS filter could fail.
Attachments (1)
Change History (4)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
It looks like I de-duplicated these functions but forget to accommodate the different filters for backwards compatibility. Good spot, and thank you for finding this. :)