Ticket #5549: 5549.03.patch
| File 5549.03.patch, 498 bytes (added by , 12 years ago) |
|---|
-
bp-xprofile/bp-xprofile-screens.php
diff --git bp-xprofile/bp-xprofile-screens.php bp-xprofile/bp-xprofile-screens.php index 4eea462..14172bf 100644
function bp_xprofile_screen_settings() { 232 232 } 233 233 234 234 // Load the template 235 bp_core_load_template( apply_filters( 'bp_settings_screen_xprofile', '/members/single/ plugin' ) );235 bp_core_load_template( apply_filters( 'bp_settings_screen_xprofile', '/members/single/settings/profile' ) ); 236 236 }