Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #51893, comment 7


Ignore:
Timestamp:
11/29/2020 03:30:01 PM (5 years ago)
Author:
SergeyBiryukov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #51893, comment 7

    initial v1  
    55> }}}
    66
    7 Is there a difference in display between that and `__( 'Thou hast seen<br> nothing yet' )`, with the `<strong>` tags outside of the string? I'd like to keep the string as simple as possible :)
     7Is there a difference in display between that and the `<strong>` tags outside of the string?
     8{{{
     9'<strong>' . __( 'Thou hast seen<br> nothing yet' ) . '</strong>'
     10}}}
     11I'd like to keep the string as simple as possible :)