Browse Source

Update register block pattern categories function name (#5804)

Sarah Norris 3 years ago
parent
commit
964d02eedd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      archeo/functions.php

+ 1 - 1
archeo/functions.php

@@ -99,4 +99,4 @@ function archeo_register_block_pattern_categories() {
 	}
 
 }
-add_action( 'init', 'archeo_register_block_patterns', 9 );
+add_action( 'init', 'archeo_register_block_pattern_categories', 9 );