mirror of
https://github.com/e107inc/e107.git
synced 2025-10-12 13:34:39 +02:00
various comment fixes and improvements, new core event added (prepostcomment). futther improvements are coming to satisfy 3rd party code need (e.g. spam checking).
This commit is contained in:
@@ -11,14 +11,14 @@
|
||||
| GNU General Public License (http://gnu.org).
|
||||
|
|
||||
| $Source: /cvs_backup/e107_0.8/e107_files/shortcode/batch/comment_shortcodes.php,v $
|
||||
| $Revision: 1.10 $
|
||||
| $Date: 2009-09-14 18:14:32 $
|
||||
| $Revision: 1.11 $
|
||||
| $Date: 2009-09-19 15:30:47 $
|
||||
| $Author: secretr $
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
if (!defined('e107_INIT')) { exit; }
|
||||
include_once(e_HANDLER.'shortcode_handler.php');
|
||||
$comment_shortcodes = $tp -> e_sc -> parse_scbatch(__FILE__);
|
||||
$comment_shortcodes = e107::getScParser()->parse_scbatch(__FILE__);
|
||||
|
||||
/*
|
||||
SC_BEGIN SUBJECT
|
||||
|
Reference in New Issue
Block a user