1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-05 22:27:34 +02:00

Remove link words from faq question.

This commit is contained in:
Cameron
2019-08-22 09:32:30 -07:00
parent f57aa8ab93
commit bfa5c4575c

View File

@@ -120,7 +120,7 @@ class faqs_shortcodes extends e_shortcode
$tp = e107::getParser();
$url = e107::url('faqs','item', $this->var, 'full');
$question = $tp->toHTML($this->var['faq_question'],true,'TITLE');
$question = $tp->toHTML($this->var['faq_question'],true,'BODY');
return $tp->parseTemplate("{SOCIALSHARE: size=xs&type=basic&url=".$url."&title=".$question."&tags=".$this->var['faq_tags']."}",true);