Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Preserve block style variations when securing theme #5013

Open
wants to merge 2 commits into
base: trunk
Choose a base branch
from

Commits on Aug 15, 2023

  1. Preserve block style variations when securing theme

    Valid and safe block style variations were being removed by
    `WP_Theme_JSON::remove_insecure_properties` when securing the
    theme.json. When this was a problem varied depending upon site
    configuration, but out-of-the-box it was a problem for administrators on
    multi-site installs.
    
    This change adds explicit processing of variations in
    `remove_insecure_properties` so that they won't get removed.
    dsas committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    7296e5c View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. Add @SInCE

    dsas committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    2be5e37 View commit details
    Browse the repository at this point in the history