Changes between Version 1 and Version 2 of Ticket #46863, comment 3
- Timestamp:
- 08/16/2019 10:38:20 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #46863, comment 3
v1 v2 12 12 13 13 1.] Change the interpolate from `{{ }}` to other style / character. 14 2.] Since the usage of the line above is for aria. Maybe it's plausible to strip `{{ }}` in the `bloginfo( 'name' );` .14 2.] Since the usage of the line above is for aria. Maybe it's plausible to strip `{{ }}` in the `bloginfo( 'name' );`? 15 15 3.] Make underscore treat `<?php bloginfo( 'name' ); ?>` as string literal and prevent it from being processed. This might be the best solution but I tried to research and read the underscore's docs but I can't seem to find a way to do this. Maybe i'm missing something.