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

Fix unset array key warning in block-bindings.php #66337

Merged
merged 2 commits into from
Nov 1, 2024

Commits on Oct 22, 2024

  1. Fix unset array key warning in block-bindings.php

    This has been throwing an error for several weeks on one of my sites
    
    Simplest fix is to just bail early if it's unset
    
    PHP Warning:  Undefined array key "show_in_rest" in /var/www/wp-content/plugins/gutenberg/lib/compat/wordpress-6.7/block-bindings.php on line 70
    benharri authored Oct 22, 2024
    Configuration menu
    Copy the full SHA
    fc845c8 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

  1. Update block-bindings.php

    benharri authored Oct 31, 2024
    Configuration menu
    Copy the full SHA
    74f6ec9 View commit details
    Browse the repository at this point in the history