#61145 closed defect (bug) (worksforme)
wp:post-date format including html tag
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Severity: | minor | Version: | 6.5 |
| Component: | Date/Time | Keywords: | |
| Focuses: | Cc: |
Description (last modified by )
<!-- wp:post-date {"format":"d <span>M</span>"} -->
results in,
<time datetime="2024-05-04T11:38:30-04:00">
04 <30pam5>May</30pam5>
</time>
escaping \s and \n, which seems like it should work, only results in,
<time datetime="2024-05-04T11:38:30-04:00">May 4, 2024</time>
Change History (3)
Note: See
TracTickets for help on using
tickets.
alas, this does work,