Changes between Initial Version and Version 1 of Ticket #51893, comment 7
- Timestamp:
- 11/29/2020 03:30:01 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #51893, comment 7
initial v1 5 5 > }}} 6 6 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 :) 7 Is 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 }}} 11 I'd like to keep the string as simple as possible :)