Skip to:
Content

BuddyPress.org

Changeset 1655 for trunk/bp-core.php


Ignore:
Timestamp:
08/13/2009 01:24:21 AM (17 years ago)
Author:
apeatling
Message:

Add first revision of new default BuddyPress parent theme. This theme is designed to be extended from with child themes, not used directly. The original default themes from the old two theme system are deprecated, but will remain compatible with 1.1. Still more work to do there.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-core.php

    r1636 r1655  
    3333require ( BP_PLUGIN_DIR . '/bp-core/bp-core-notifications.php' );
    3434require ( BP_PLUGIN_DIR . '/bp-core/bp-core-signup.php' );
     35require ( BP_PLUGIN_DIR . '/bp-core/bp-core-activation.php' );
    3536
    3637/* If BP_DISABLE_ADMIN_BAR is defined, do not load the global admin bar */
     
    559560    if ( empty( $item_css_id ) )
    560561        $item_css_id = $slug;
    561 
     562   
    562563    $bp->bp_options_nav[$parent_slug][] = array(
    563564        'name' => $name,
Note: See TracChangeset for help on using the changeset viewer.