Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
12/24/2010 02:01:43 PM (14 years ago)
Author:
boonebgorges
Message:

Corrects path to registration.php in bp_core_screen_general_settings(). Fixes #2285; props gian-ava. Also fixes some WP_DEBUG problems in the blogs component.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-core/bp-core-settings.php

    r3526 r3578  
    4242        check_admin_referer('bp_settings_general');
    4343
    44         require_once( WPINC . '/registration.php' );
     44        require_once( ABSPATH . WPINC . '/registration.php' );
    4545
    4646        // Form has been submitted and nonce checks out, lets do it.
Note: See TracChangeset for help on using the changeset viewer.