Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
01/27/2011 09:15:35 PM (14 years ago)
Author:
johnjamesjacoby
Message:

First pass at replacing the 'Admin Options' menus for users and groups. Include additional functionality for moderating registered components and their associated data. Also introduce cap checks for allowing non-super-admins to have moderator abilities. Does not include action handlers, this is a first pass at getting the UI in place. Also adds button class to a few rogue links in the groups component.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-core/bp-core-loader.php

    r3947 r3955  
    22
    33// Require all of the BuddyPress core libraries
    4 require_once( BP_PLUGIN_DIR . '/bp-core/bp-core-component.php'  );
    5 require_once( BP_PLUGIN_DIR . '/bp-core/bp-core-functions.php'  );
     4require_once( BP_PLUGIN_DIR . '/bp-core/bp-core-cache.php'  );
    65require_once( BP_PLUGIN_DIR . '/bp-core/bp-core-hooks.php'  );
    76require_once( BP_PLUGIN_DIR . '/bp-core/bp-core-cssjs.php'  );
     
    1312require_once( BP_PLUGIN_DIR . '/bp-core/bp-core-buddybar.php'  );
    1413require_once( BP_PLUGIN_DIR . '/bp-core/bp-core-catchuri.php'  );
     14require_once( BP_PLUGIN_DIR . '/bp-core/bp-core-component.php'  );
     15require_once( BP_PLUGIN_DIR . '/bp-core/bp-core-functions.php'  );
    1516
    1617// Load deprecated functions
Note: See TracChangeset for help on using the changeset viewer.