Changeset 1655 for trunk/bp-core.php
- Timestamp:
- 08/13/2009 01:24:21 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/bp-core.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core.php
r1636 r1655 33 33 require ( BP_PLUGIN_DIR . '/bp-core/bp-core-notifications.php' ); 34 34 require ( BP_PLUGIN_DIR . '/bp-core/bp-core-signup.php' ); 35 require ( BP_PLUGIN_DIR . '/bp-core/bp-core-activation.php' ); 35 36 36 37 /* If BP_DISABLE_ADMIN_BAR is defined, do not load the global admin bar */ … … 559 560 if ( empty( $item_css_id ) ) 560 561 $item_css_id = $slug; 561 562 562 563 $bp->bp_options_nav[$parent_slug][] = array( 563 564 'name' => $name,
Note: See TracChangeset
for help on using the changeset viewer.