Changeset 2624
- Timestamp:
- 02/08/2010 12:51:14 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core.php
r2619 r2624 909 909 * bp_core_load_template( 'profile/edit-profile' ); 910 910 * Loads: 911 * wp-content/ member-themes/[activated_theme]/profile/edit-profile.php911 * wp-content/themes/[activated_theme]/profile/edit-profile.php 912 912 * 913 913 * @package BuddyPress Core … … 1954 1954 global $bp, $current_blog; 1955 1955 1956 if ( !is_site_admin() ) 1957 return $themes; 1958 1956 1959 if ( $current_blog->ID == $bp->root_blog ) { 1957 1960 $themes['bp-default'] = 1;
Note: See TracChangeset
for help on using the changeset viewer.