#47159 closed defect (bug) (fixed)
Do not use placeholders for HTML tags in strings
Reported by: | dimadin | Owned by: | SergeyBiryukov |
---|---|---|---|
Milestone: | 5.2.1 | Priority: | normal |
Severity: | normal | Version: | 5.2 |
Component: | I18N | Keywords: | has-patch |
Focuses: | Cc: |
Description
[45158] introduced string where placeholders are used instead of HTML tags. That practice is not used in WordPress core, and it's bad anyway.
Attached patch uses approach used in other strings where it puts link and additional link attributes behind placeholders.
Note that this text is used in Gutenberg (introduced in #14668), however because of the way links are formed in Gutenberg, same strings can't be used.
Attachments (1)
Change History (5)
Note: See
TracTickets for help on using
tickets.
Big like!