mirror of
https://github.com/e107inc/e107.git
synced 2025-07-30 19:30:25 +02:00
Issue #2344 Shortcodes loading in admin.
This commit is contained in:
@@ -112,10 +112,12 @@ class e_parse_shortcode
|
|||||||
{
|
{
|
||||||
$this->loadOverrideShortcodes();
|
$this->loadOverrideShortcodes();
|
||||||
$this->loadThemeShortcodes();
|
$this->loadThemeShortcodes();
|
||||||
$this->loadPluginShortcodes();
|
|
||||||
$this->loadPluginSCFiles();
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$this->loadPluginShortcodes();
|
||||||
|
$this->loadPluginSCFiles();
|
||||||
|
|
||||||
|
|
||||||
//$this->loadCoreShortcodes(); DEPRECATED
|
//$this->loadCoreShortcodes(); DEPRECATED
|
||||||
|
|
||||||
$editableActivePref = e107::getPref('inline_editing',255);
|
$editableActivePref = e107::getPref('inline_editing',255);
|
||||||
|
Reference in New Issue
Block a user