Skip to:
Content

BuddyPress.org

Ticket #5549: 5549.03.patch

File 5549.03.patch, 498 bytes (added by boonebgorges, 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() { 
    232232        }
    233233
    234234        // 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' ) );
    236236}