1
0
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:
Cameron
2015-04-02 12:34:32 -07:00
parent 1740161a49
commit 077489bb72
5 changed files with 19 additions and 6 deletions

View File

@@ -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' ));