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

Webfonts: Add internal-only theme.json webfonts handler - WP 6.0 stopgap #40493

Closed
wants to merge 14 commits into from

Commits on Apr 20, 2022

  1. Configuration menu
    Copy the full SHA
    f109cb7 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2022

  1. Updates DocBlock from code review.

    Co-authored-by: Colin Stewart <79332690+costdev@users.noreply.github.com>
    Tonya Mork and costdev authored Apr 21, 2022
    Configuration menu
    Copy the full SHA
    eca6343 View commit details
    Browse the repository at this point in the history
  2. Use str_starts_with() instead of strpos().

    Co-authored-by: Colin Stewart <79332690+costdev@users.noreply.github.com>
    Tonya Mork and costdev authored Apr 21, 2022
    Configuration menu
    Copy the full SHA
    45c2c88 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    99a14e9 View commit details
    Browse the repository at this point in the history
  4. Sanitize src URLs.

    hellofromtonya committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    4f6f098 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e32700d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    66926e2 View commit details
    Browse the repository at this point in the history
  7. Use closures assigned to variables to limit external access.

    Changes to use $fn_var = function() {} design pattern, which
    eliminates external access. The previous design used a `class`
    which when using reflection is not fully unaccessible.
    hellofromtonya committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    6347e92 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fb00786 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8295f15 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6fb945b View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2022

  1. Configuration menu
    Copy the full SHA
    66d182a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5047488 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    743ca6d View commit details
    Browse the repository at this point in the history