Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Derive experimental Patterns controller from 6.3 polyfill
  • Loading branch information
ockham committed Jul 26, 2023
commit bfe97c26c3e7a77047162f38b51769b42bfebd6b
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
*
* @see WP_REST_Controller
*/
class Gutenberg_REST_Block_Patterns_Controller extends Gutenberg_REST_Block_Patterns_Controller_6_2 {
class Gutenberg_REST_Block_Patterns_Controller extends Gutenberg_REST_Block_Patterns_Controller_6_3 {
/**
* Prepare a raw block pattern before it gets output in a REST API response.
*
Expand Down