/**
  * Gets the default value for the config option.
  *
  * @return ?string		The default value (NULL: option is disabled)
  */
 function get_default()
 {
     $old = get_value('disable_comcode_page_children');
     return is_null($old) ? '1' : invert_value($old);
 }
Exemplo n.º 2
0
 /**
  * Gets the default value for the config option.
  *
  * @return ?string		The default value (NULL: option is disabled)
  */
 function get_default()
 {
     $old = get_value('no_user_postsize_errors');
     return is_null($old) ? '1' : invert_value($old);
 }
Exemplo n.º 3
0
 /**
  * Gets the default value for the config option.
  *
  * @return ?string		The default value (NULL: option is disabled)
  */
 function get_default()
 {
     $old = get_value('no_forced_preview_option');
     return is_null($old) ? '0' : invert_value($old);
 }
 /**
  * Gets the default value for the config option.
  *
  * @return ?string		The default value (NULL: option is disabled)
  */
 function get_default()
 {
     $old = get_value('no_group_private_chatrooms');
     return is_null($old) ? '1' : invert_value($old);
 }
 /**
  * Gets the default value for the config option.
  *
  * @return ?string		The default value (NULL: option is disabled)
  */
 function get_default()
 {
     $old = get_value('no_topic_descriptions');
     return is_null($old) ? '1' : invert_value($old);
 }
Exemplo n.º 6
0
 /**
  * Gets the default value for the config option.
  *
  * @return ?string		The default value (NULL: option is disabled)
  */
 function get_default()
 {
     $old = get_value('no_post_titles');
     return is_null($old) ? '0' : invert_value($old);
 }
 /**
  * Gets the default value for the config option.
  *
  * @return ?string		The default value (NULL: option is disabled)
  */
 function get_default()
 {
     $old = get_value('no_emoticon_choosers');
     return is_null($old) ? '1' : invert_value($old);
 }
Exemplo n.º 8
0
 /**
  * Gets the default value for the config option.
  *
  * @return ?string		The default value (NULL: option is disabled)
  */
 function get_default()
 {
     $old = get_value('disable_donext_global');
     return is_null($old) ? '1' : invert_value($old);
 }
Exemplo n.º 9
0
 /**
  * Gets the default value for the config option.
  *
  * @return ?string		The default value (NULL: option is disabled)
  */
 function get_default()
 {
     $old = get_value('disable_allow_emails_field');
     return is_null($old) ? '1' : invert_value($old);
 }
Exemplo n.º 10
0
 /**
  * Gets the default value for the config option.
  *
  * @return ?string		The default value (NULL: option is disabled)
  */
 function get_default()
 {
     $old = get_value('no_invisible_option');
     return is_null($old) ? '0' : invert_value($old);
 }
Exemplo n.º 11
0
 /**
  * Gets the default value for the config option.
  *
  * @return ?string		The default value (NULL: option is disabled)
  */
 function get_default()
 {
     $old = get_value('no_default_preview_guests');
     return is_null($old) ? '0' : invert_value($old);
 }
Exemplo n.º 12
0
 /**
  * Gets the default value for the config option.
  *
  * @return ?string		The default value (NULL: option is disabled)
  */
 function get_default()
 {
     $old = get_value('no_admin_menu_assumption');
     return is_null($old) ? '1' : invert_value($old);
 }
Exemplo n.º 13
0
 /**
  * Gets the default value for the config option.
  *
  * @return ?string		The default value (NULL: option is disabled)
  */
 function get_default()
 {
     $old = get_value('no_js_timezone_detect');
     return is_null($old) ? '1' : invert_value($old);
 }
Exemplo n.º 14
0
 /**
  * Gets the default value for the config option.
  *
  * @return ?string		The default value (NULL: option is disabled)
  */
 function get_default()
 {
     $old = get_value('ocf_no_anonymous_post');
     return is_null($old) ? '0' : invert_value($old);
 }
Exemplo n.º 15
0
 /**
  * Gets the default value for the config option.
  *
  * @return ?string		The default value (NULL: option is disabled)
  */
 function get_default()
 {
     $old = get_value('disable_overt_whispering');
     return is_null($old) ? '1' : invert_value($old);
 }
Exemplo n.º 16
0
 /**
  * Gets the default value for the config option.
  *
  * @return ?string		The default value (NULL: option is disabled)
  */
 function get_default()
 {
     $old = get_value('ocf_no_topic_emoticons');
     return is_null($old) ? '1' : invert_value($old);
 }
 /**
  * Gets the default value for the config option.
  *
  * @return ?string		The default value (NULL: option is disabled)
  */
 function get_default()
 {
     $old = get_value('no_auto_meta');
     return is_null($old) ? '1' : invert_value($old);
 }