소스 검색

Update register block pattern categories function name (#5804)

Sarah Norris 3 년 전
부모
커밋
964d02eedd
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 );