From 47d23c0be8e0e92424341b0e597b6963ed0ece5a Mon Sep 17 00:00:00 2001 From: Aadil Ayub Date: Wed, 12 Jun 2024 14:14:37 +0500 Subject: [PATCH] register pattern category with correct slug --- functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.php b/functions.php index 689b16f..5cbd440 100644 --- a/functions.php +++ b/functions.php @@ -79,4 +79,4 @@ function lex_scotland_pattern_categories() { ); } -add_action( 'init', 'twentytwentyfour_pattern_categories' ); \ No newline at end of file +add_action( 'init', 'lexscotland_pattern_categories' ); \ No newline at end of file