Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #43620, comment 34


Ignore:
Timestamp:
04/21/2018 11:26:03 AM (6 years ago)
Author:
birgire
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #43620, comment 34

    initial v1  
    88Sometimes there's {{{$echo = true}}} input argument, like we see in {{{edit_term_link()}}}.
    99
    10 > This way I could go back into the themes and change everything basically to `get_privacy_policy_link( '<span class="privacy-link-wrapper">', '</span>' );` if I'm correct :D
    11 
    12 I noticed that the a tag already has {{{class="privacy-link-wrapper"}}}, I then wonder if the span is needed?