Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #56194, comment 5


Ignore:
Timestamp:
08/17/2022 06:20:28 PM (3 years ago)
Author:
sabernhardt
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #56194, comment 5

    initial v1  
    11The `text-transform` property was a design decision, so it needs to stay that way in the theme. Anyone who does not appreciate it probably has switched the theme or worked around that style by now (in the Additional CSS or a child theme, or by using the Letter case block setting).
    22
    3 [attachment:"56194.3.patch"] removes `.wp-block` from heading selectors in the 'block-editor' array of `twentytwenty_get_localized_font_family_elements`. The 'front-end' array needs updating, too, but that is not exactly related.
     3[attachment:"56194.3.patch"] removes `.wp-block` from heading selectors in the 'block-editor' array of `twentytwenty_get_localized_font_family_elements`. The 'front-end' array needs updating, too, but that is not exactly related (see #56396).
    44
    55This patch should also help on #56360.