Changeset 4869 for trunk/bp-core/bp-core-template.php
- Timestamp:
- 07/26/2011 05:26:30 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-core/bp-core-template.php
r4847 r4869 651 651 $is_current_component = false; 652 652 653 // Backward compatibility: 'xprofile' should be read as 'profile' 654 if ( 'xprofile' == $component ) 655 $component = 'profile'; 656 653 657 if ( !empty( $bp->current_component ) ) { 654 658 … … 1023 1027 if ( bp_is_current_component( 'xprofile' ) && bp_is_current_action( 'edit' ) ) 1024 1028 return true; 1025 1029 1026 1030 return false; 1027 1031 }
Note: See TracChangeset
for help on using the changeset viewer.