mirror of
https://github.com/e107inc/e107.git
synced 2025-08-30 09:39:55 +02:00
Plugin FAQs: Added "Ask a Question" limit preference
This commit is contained in:
@@ -238,6 +238,11 @@ class wysiwyg
|
||||
{
|
||||
return $string;
|
||||
}
|
||||
|
||||
if(is_numeric($string))
|
||||
{
|
||||
return $string;
|
||||
}
|
||||
|
||||
if(is_string($string))
|
||||
{
|
||||
@@ -325,6 +330,7 @@ class wysiwyg
|
||||
$ret['preformatted'] = true;
|
||||
$ret['document_base_url'] = SITEURL;
|
||||
|
||||
|
||||
// $ret['table_default_attributes'] = json_encode(array('class'=>'table table-striped' ));
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user