We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99e7802 commit 30cd72fCopy full SHA for 30cd72f
inc/classes/class-rest.php
@@ -754,7 +754,7 @@ function ( $site ) use ( $site_id ) {
754
private function get_all_local_patterns_map(): array {
755
$patterns_map = array();
756
757
- $pattern_categories = \WP_Block_Pattern_Categories_Registry::get_instance()->get_all_registered();
+ $pattern_categories = \WP_Block_Pattern_Categories_Registry::get_instance()->get_all_registered();
758
759
$user_created_categories = get_terms(
760
array(
0 commit comments