You are here

function geshifilter_use_format_specific_options in GeSHi Filter for syntax highlighting 5.2

Same name and namespace in other branches
  1. 6 geshifilter.inc \geshifilter_use_format_specific_options()
  2. 7 geshifilter.inc \geshifilter_use_format_specific_options()
8 calls to geshifilter_use_format_specific_options()
geshifilter_help in ./geshifilter.module
Implementation of hook_help().
geshifilter_language_tags in ./geshifilter.inc
geshifilter_tags in ./geshifilter.inc
_geshifilter_admin_general_settings in ./geshifilter.admin.inc
Menu callback for admin settings
_geshifilter_admin_per_language_settings in ./geshifilter.admin.inc
Menu callback for per language settings

... See full list

File

./geshifilter.inc, line 158

Code

function geshifilter_use_format_specific_options() {
  return variable_get('geshifilter_format_specific_options', FALSE);
}