Opened 9 years ago
Closed 9 years ago
#35718 closed defect (bug) (invalid)
Avoid using HTML tags in translation strings (wp-admin/maint/repair.php)
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | I18N | Keywords: | has-patch |
Focuses: | Cc: |
Description
See the attached patch.
Attachments (3)
Change History (7)
#2
@
9 years ago
Old string:
While you are editing your %1$s file, take a moment to make sure you have all 8 keys and that they are unique. You can generate these using the <a href="%2$s">WordPress.org secret key service</a>.
New strings:
While you are editing your %1$s file, take a moment to make sure you have all 8 keys and that they are unique. You can generate these using the %2$s.
https://api.wordpress.org/secret-key/1.1/salt/
WordPress.org secret key service
Note: See
TracTickets for help on using
tickets.
Add esc_url()