WordPress / gutenberg

The Block Editor project for WordPress and beyond. Plugin is available from the official repository.
https://wordpress.org/gutenberg/
Other
10.55k stars 4.22k forks source link

Typo: use WP_Theme_JSON_Gutenberg instead of WP_Theme_JSON class #63421

Open fstath opened 4 months ago

fstath commented 4 months ago

Description

Gutenberg code should use the WP_Theme_JSON_Gutenberg class instead of the WP_Theme_JSON one.

Step-by-step reproduction instructions

N/A

Screenshots, screen recording, code snippet

No response

Environment info

Please confirm that you have searched existing issues in the repo.

Yes

Please confirm that you have tested with all plugins deactivated except Gutenberg.

Yes

Rishit30G commented 4 months ago

I found a similar issue: https://github.com/WordPress/gutenberg/pull/48648 [Merged]