From bfa5c4575c4df9a639cde044e1c75d9d9a5f5570 Mon Sep 17 00:00:00 2001 From: Cameron Date: Thu, 22 Aug 2019 09:32:30 -0700 Subject: [PATCH] Remove link words from faq question. --- e107_plugins/faqs/faqs_shortcodes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e107_plugins/faqs/faqs_shortcodes.php b/e107_plugins/faqs/faqs_shortcodes.php index 6784de7fb..c949dca37 100644 --- a/e107_plugins/faqs/faqs_shortcodes.php +++ b/e107_plugins/faqs/faqs_shortcodes.php @@ -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);