Changes between Initial Version and Version 1 of Ticket #46863, comment 3
- Timestamp:
- 08/16/2019 09:02:20 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #46863, comment 3
initial v1 12 12 13 13 1.] Change the interpolate from `{{ }}` to other style / character. 14 2.] Since the usage is insideof 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.