Skip to:
Content

BuddyPress.org

Changeset 2624


Ignore:
Timestamp:
02/08/2010 12:51:14 PM (15 years ago)
Author:
apeatling
Message:

Fixes #1830

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-core.php

    r2619 r2624  
    909909 *   bp_core_load_template( 'profile/edit-profile' );
    910910 * Loads:
    911  *   wp-content/member-themes/[activated_theme]/profile/edit-profile.php
     911 *   wp-content/themes/[activated_theme]/profile/edit-profile.php
    912912 *
    913913 * @package BuddyPress Core
     
    19541954    global $bp, $current_blog;
    19551955
     1956    if ( !is_site_admin() )
     1957        return $themes;
     1958
    19561959    if ( $current_blog->ID == $bp->root_blog ) {
    19571960        $themes['bp-default'] = 1;
Note: See TracChangeset for help on using the changeset viewer.