#45460 closed enhancement (wontfix)
Escaping suggestion
| Reported by: | utsav72640 | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Users | Version: | |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: |
Description
May be this escaping issue which is resolved by this patch.
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)
The error messages are just translated strings coming from
wpmu_activate_signup(). I don't think there's any point in escaping them as we trust translations coming from WordPress.org. Also, this would prevent anyone filtering the messages throughgettextto include some HTML if they wanted to.Two notes on your patch for future reference:
src/wp-activate.phpand not justwp-activate.php