Skip to content
Merged
Changes from all commits
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
2 changes: 1 addition & 1 deletion lib/compat/wordpress-7.0/template-activate.php
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ function gutenberg_maintain_templates_routes() {
global $wp_post_types;
// Register the old templates endpoints. The WP_REST_Templates_Controller
// and sub-controllers used to be linked to the wp_template post type, but
// are no longer. They still require a post type object when contructing the
// are no longer. They still require a post type object when constructing the
// class. To maintain backward and changes to these controller classes, we
// make use that the wp_template post type has the right information it
// needs.
Expand Down
Loading