Changes between Initial Version and Version 1 of Ticket #43620, comment 34
- Timestamp:
- 04/21/2018 11:26:03 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #43620, comment 34
initial v1 8 8 Sometimes there's {{{$echo = true}}} input argument, like we see in {{{edit_term_link()}}}. 9 9 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 :D11 12 I noticed that the a tag already has {{{class="privacy-link-wrapper"}}}, I then wonder if the span is needed?