Make WordPress Core

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


Ignore:
Timestamp:
08/16/2019 10:38:20 PM (5 years ago)
Author:
donmhico
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #46863, comment 3

    v1 v2  
    1212
    13131.] 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' );`.
     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.