diff --git a/includes/functions/hooks/_chapter_hooks.php b/includes/functions/hooks/_chapter_hooks.php index e23ba38d..9164a877 100644 --- a/includes/functions/hooks/_chapter_hooks.php +++ b/includes/functions/hooks/_chapter_hooks.php @@ -127,7 +127,7 @@ if ( ! function_exists( 'fictioneer_chapter_warnings' ) ) { printf( _x( 'Warning: %1$s! — You can hide marked sensitive content %2$s or with the %3$s toggle in the %4$s formatting menu. If provided, alternative content will be displayed instead.', 'Chapter warning (1) with sensitive content toggle (2) and icons (3-4).', 'fictioneer' ), $warning, - '', + '', '', fictioneer_get_icon( 'font-settings' ) );