Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #61145


Ignore:
Timestamp:
05/04/2024 02:53:01 PM (13 months ago)
Author:
dmsnell
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #61145 – Description

    initial v1  
     1{{{
    12<!-- wp:post-date {"format":"d <span>M</span>"} -->
     3}}}
     4
    25
    36results in,
    47
     8{{{
    59<time datetime="2024-05-04T11:38:30-04:00">
    610    04 <30pam5>May</30pam5>
    711</time>
     12}}}
    813
    9 escaping \s and \n, which seems like it should work, only results in,
     14escaping `\s` and `\n`, which seems like it should work, only results in,
    1015
     16{{{
    1117<time datetime="2024-05-04T11:38:30-04:00">May 4, 2024</time>
     18}}}