Browse Source

Update register block pattern categories function name (#5804)

Sarah Norris 3 năm trước cách đây
mục cha
commit
964d02eedd
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 );