Automattic / blocks-everywhere

Gutenberg block editor in WordPress comments, admin pages, bbPress, and BuddyPress.
GNU General Public License v3.0
77 stars 16 forks source link

Replace WP_Theme_JSON_Resolver::theme_has_support with wp_theme_has_theme_json() #172

Closed SGr33n closed 1 year ago

SGr33n commented 1 year ago

Replaced WP_Theme_JSON_Resolver::theme_has_support with wp_theme_has_theme_json() to suppress the 6.2 Deprecation Warning.

Deprecated: Function WP_Theme_JSON_Resolver::theme_has_support is deprecated since version 6.2.0! Use wp_theme_has_theme_json() instead. in /var/www/wp-includes/functions.php on line 5413

johngodley commented 1 year ago

Thanks. I went with a modified version of this in #174