Fix comment

This commit is contained in:
Tetrakern 2023-08-20 01:19:44 +02:00
parent ad16200568
commit 3f8d7b9550

View File

@ -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 );
}