Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #46863, comment 3


Ignore:
Timestamp:
08/16/2019 09:02:20 AM (6 years ago)
Author:
donmhico
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #46863, comment 3

    initial v1  
    1212
    13131.] Change the interpolate from `{{ }}` to other style / character.
    14 2.] Since the usage is inside of the line above is for aria. Maybe it's plausible to strip `{{ }}` in the `bloginfo( 'name' );`.
     142.] Since the usage of the line above is for aria. Maybe it's plausible to strip `{{ }}` in the `bloginfo( 'name' );`.
    15153.] 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.