From e0cae46ec7f7c3eef1fd47947150cbbff9956f12 Mon Sep 17 00:00:00 2001 From: rica-carv Date: Sat, 30 Apr 2016 22:37:00 +0100 Subject: [PATCH] Changed to parse Shortcodes on the news_title, if any.... Changed to parse Shortcodes on the news_title, if any.... --- e107_core/shortcodes/batch/news_shortcodes.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e107_core/shortcodes/batch/news_shortcodes.php b/e107_core/shortcodes/batch/news_shortcodes.php index 31171cc0c..083a16e39 100644 --- a/e107_core/shortcodes/batch/news_shortcodes.php +++ b/e107_core/shortcodes/batch/news_shortcodes.php @@ -853,7 +853,7 @@ class news_shortcodes extends e_shortcode { return $url; } - return "param['itemlink'] : 'null')."' href='{$url}'>".$this->news_item['news_title'].''; + return "param['itemlink'] : 'null')."' href='{$url}'>".e107::getParser()->toHTML($this->news_item['news_title'], TRUE, "TITLE").''; } function sc_newsurl()