#45460 closed enhancement (wontfix)
Escaping suggestion
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | Users | Keywords: | has-patch |
Focuses: | Cc: |
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.
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 throughgettext
to include some HTML if they wanted to.Two notes on your patch for future reference:
src/wp-activate.php
and not justwp-activate.php