Make WordPress Core

Changes between Version 1 and Version 2 of Ticket #49772


Ignore:
Timestamp:
04/01/2020 10:20:56 PM (3 years ago)
Author:
garrett-eclipse
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #49772 – Description

    v1 v2  
    1 With 5.4 ([r47147] / #44621) the privacy policy guide aesthetic was updated to introduce a white background on the suggested text. In the CSS this only applies to paragraph elements (`<p>`).
     1With 5.4 ([https://core.trac.wordpress.org/changeset/47147 r47147] / #44621) the privacy policy guide aesthetic was updated to introduce a white background on the suggested text. In the CSS this only applies to paragraph elements (`<p>`).
    22
    33Reviewing some other [https://wpdirectory.net/search/01E4VTZDVQY3Y4JJC8T51WGZHW plugin implementations] there is at minimum a need to also support `<ul>`, `<ol>`, and `<table>` elements.