Making WordPress.org

Changes between Initial Version and Version 1 of Ticket #1903, comment 9


Ignore:
Timestamp:
10/05/2016 09:02:54 PM (9 years ago)
Author:
SergeyBiryukov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1903, comment 9

    initial v1  
    1 [attachment:1903.diff] makes the whole string bold, I didn't mean that :)
     1[attachment:1903.3.diff] makes the whole string bold, I didn't mean that :)
    22
    33I just meant the string can be wrapped with `esc_html_e()` as is, no need to separate it. Occasional HTML tags in translatable strings are fine, unless thay wrap the whole string or placeholders (e.g. `<code>%s</code>`), in which case they can be moved out of the string.