We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 146107c commit 3636719Copy full SHA for 3636719
Helper/Config.php
@@ -5,7 +5,7 @@
5
* @Author Ngo Quang Cuong <bestearnmoney87@gmail.com>
6
* @Date 2016-12-23 23:54:46
7
* @Last modified by: nquangcuong
8
- * @Last Modified time: 2017-07-14 23:37:23
+ * @Last Modified time: 2017-07-14 23:44:44
9
*/
10
11
namespace PHPCuong\Faq\Helper;
@@ -85,9 +85,9 @@ public function getFaqShortDescription($content, $identifier)
85
}
86
87
if (!empty($arg)) {
88
+ $arg = $this->findUrlsInText($arg);
89
$arg = $arg.'... <a href="'.$this->getFaqFullPath($identifier).'">'.__('Read more').'</a>';
90
- $arg = $this->findUrlsInText($arg);
91
return $arg;
92
93
$content = $this->findUrlsInText($content);
0 commit comments