What was that NewMenu plugin doing there anyway?

This commit is contained in:
Mikael Nordfeldth
2013-11-01 13:57:31 +01:00
parent f110fc5c9a
commit 6bc11b63e3
2 changed files with 0 additions and 59 deletions

View File

@@ -149,7 +149,6 @@ class PrivateSite extends SiteProfileSettings
'Directory' => null,
'ExtendedProfile' => null,
'EmailRegistration' => null,
'NewMenu' => null,
'MobileProfile' => null,
))
),
@@ -233,7 +232,6 @@ class SingleuserSite extends SiteProfileSettings
'plugins' => array(
'core' => self::corePlugins(),
'default' => array_merge(self::defaultPlugins(), array(
'NewMenu' => null,
'MobileProfile' => null,
'OStatus' => null,
'TwitterBridge' => null,