Changeset 3790 for trunk/bp-core/admin/bp-core-admin.php
- Timestamp:
- 01/21/2011 11:03:05 AM (15 years ago)
- File:
-
- 1 edited
-
trunk/bp-core/admin/bp-core-admin.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/admin/bp-core-admin.php
r3777 r3790 101 101 foreach ( (array)$_POST['bp-admin'] as $key => $value ) { 102 102 103 if ( bp_is_active( ' xprofile' ) ) {103 if ( bp_is_active( 'profile' ) ) { 104 104 if ( 'bp-xprofile-base-group-name' == $key ) 105 105 $wpdb->query( $wpdb->prepare( "UPDATE {$bp->profile->table_name_groups} SET name = %s WHERE id = 1", stripslashes( $value ) ) ); … … 130 130 <tbody> 131 131 132 <?php if ( bp_is_active( ' xprofile' ) ) : ?>132 <?php if ( bp_is_active( 'profile' ) ) : ?> 133 133 134 134 <tr>
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)