mirror of
https://github.com/e107inc/e107.git
synced 2025-08-30 09:39:55 +02:00
Shortcode parser: fixed number of errors, more major changes, getScBatch will now auto-register batch (no need of registerShortcode() call), added new example of sc handler usage (news), work in progress
This commit is contained in:
@@ -601,7 +601,7 @@ class news {
|
||||
}
|
||||
//$loop_uid = $news['news_author']; - no references found
|
||||
|
||||
require_once(e_CORE.'shortcodes/batch/news_shortcodes.php');
|
||||
//require_once(e_CORE.'shortcodes/batch/news_shortcodes.php');
|
||||
/* DEPRECATED
|
||||
setScVar('news_shortcodes', 'news_item', $news);
|
||||
setScVar('news_shortcodes', 'param', $param);
|
||||
|
Reference in New Issue
Block a user