From 3f8d7b95502ec67dd0dba50190b646e70d73e37c Mon Sep 17 00:00:00 2001 From: Tetrakern <26898880+Tetrakern@users.noreply.github.com> Date: Sun, 20 Aug 2023 01:19:44 +0200 Subject: [PATCH] Fix comment --- functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.php b/functions.php index 7f1ae97f..ec014cbb 100644 --- a/functions.php +++ b/functions.php @@ -294,7 +294,7 @@ if ( ! defined( 'FICTIONEER_DISABLE_ACF_JSON_IMPORT' ) ) { define( 'FICTIONEER_DISABLE_ACF_JSON_IMPORT', false ); } -// Boolean: Disable ACF JSON import +// Boolean: Enable sticky cards if ( ! defined( 'FICTIONEER_ENABLE_STICKY_CARDS' ) ) { define( 'FICTIONEER_ENABLE_STICKY_CARDS', true ); }