Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
04/09/2011 05:32:00 PM (15 years ago)
Author:
boonebgorges
Message:

Adds warning notices to Dashboard when required BP component directory pages are missing. Fixes #3026. Adds warning notices to Dashboard when bp-pages are present but the corresponding component is deactivated. Fixes #3025. Removes root_slug declaration from components that should not have top-level directories.

File:
1 edited

Legend:

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

    r4154 r4183  
    4949            define( 'BP_SETTINGS_SLUG', $this->id );
    5050
    51         // All globals for messaging component.
    52         // Note that global_tables is included in this array.
     51        // All globals for settings component.
    5352        $globals = array(
    5453            'slug'      => BP_SETTINGS_SLUG,
    55             'root_slug' => isset( $bp->pages->settings->slug ) ? $bp->pages->settings->slug : BP_SETTINGS_SLUG,
    5654        );
    5755
Note: See TracChangeset for help on using the changeset viewer.