mirror of
https://github.com/e107inc/e107.git
synced 2025-08-18 04:12:00 +02:00
$sc_style) renamed to most propper $SC_WRAPPER. Testing still required.
This commit is contained in:
@@ -1017,7 +1017,7 @@ class e_parse_shortcode
|
||||
}
|
||||
if (isset($this->sc_style[$code]['post']))
|
||||
{
|
||||
$post = $ret.$this->sc_style[$code]['post'];
|
||||
$post = $this->sc_style[$code]['post'];
|
||||
}
|
||||
}
|
||||
// new way - same format as wrapper
|
||||
|
Reference in New Issue
Block a user