1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-15 11:04:18 +02:00

Issue #1669 - incorrect shortcode object

This commit is contained in:
Cameron
2016-05-24 11:08:22 -07:00
parent be41e46306
commit f91eaacda9
3 changed files with 30 additions and 7 deletions

View File

@@ -824,7 +824,7 @@ class e_parse extends e_parser
/**
* @param $text - template to parse.
* @param boolean $parseSCFiles - parse core 'single' shortcodes
* @param array $extraCodes - support legacy shortcode content (eg. content within .sc) as well as simpleParse array format.
* @param object|array $extraCodes - shortcode class containing sc_xxxxx methods or an array of key/value pairs or legacy shortcode content (eg. content within .sc)
* @param object $eVars - XXX more info needed.
* @return string
*/