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