Changeset 9471 for trunk/src/bp-xprofile/bp-xprofile-template.php
- Timestamp:
- 02/10/2015 02:49:16 AM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/bp-xprofile/bp-xprofile-template.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-xprofile/bp-xprofile-template.php
r9351 r9471 370 370 } 371 371 function bp_get_the_profile_group_edit_form_action() { 372 global $bp, $group; 372 global $group; 373 374 $bp = buddypress(); 373 375 374 376 /** … … 845 847 */ 846 848 function bp_profile_group_tabs() { 847 global $bp, $group_name; 848 849 global $group_name; 850 851 $bp = buddypress(); 849 852 $groups = bp_profile_get_field_groups(); 850 853 … … 967 970 } 968 971 function bp_get_avatar_delete_link() { 969 global $bp;972 $bp = buddypress(); 970 973 971 974 /** … … 980 983 981 984 function bp_edit_profile_button() { 982 global $bp;985 $bp = buddypress(); 983 986 984 987 bp_button( array (
Note: See TracChangeset
for help on using the changeset viewer.