From 3253d6c0af0e36bce02cac8c9e6dc4f61f3249b7 Mon Sep 17 00:00:00 2001 From: Edward Dekker Date: Sat, 19 Nov 2016 17:20:20 +0100 Subject: [PATCH] Update code to SHOW_ALERNATE Found some code that needs to be updated. --- crayon_settings_wp.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crayon_settings_wp.class.php b/crayon_settings_wp.class.php index 1eef5898..90f62dc7 100644 --- a/crayon_settings_wp.class.php +++ b/crayon_settings_wp.class.php @@ -1074,7 +1074,7 @@ public static function code($editor = FALSE) { self::checkbox(array(CrayonSettings::TRIM_CODE_TAG, crayon__('Remove <code> tags surrounding the shortcode content'))); self::checkbox(array(CrayonSettings::ALTERNATE, crayon__('Allow Mixed Language Highlighting with delimiters and tags.') . self::help_button('http://aramk.com/blog/2011/12/25/mixed-language-highlighting-in-crayon/'))); echo '
'; - self::checkbox(array(CrayonSettings::SHOW_MIXED, crayon__('Show Mixed Language Icon (+)'))); + self::checkbox(array(CrayonSettings::SHOW_ALTERNATE, crayon__('Show Mixed Language Icon (+)'))); echo '
'; self::checkbox(array(CrayonSettings::TAB_CONVERT, crayon__('Convert tabs to spaces'))); self::span(crayon__('Tab size in spaces') . ': ');