Skip to:
Content

BuddyPress.org

Changeset 2114 for trunk/bp-core.php


Ignore:
Timestamp:
11/24/2009 10:05:01 PM (17 years ago)
Author:
apeatling
Message:

Merging 1.1 branch fixes into trunk.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-core.php

    r2088 r2114  
    15821582
    15831583        /* Make sure account deletion is not disabled */
    1584         if ( ( '' != get_site_option( 'bp-disable-account-deletion' ) || (int) get_site_option( 'bp-disable-account-deletion' ) ) && !is_site_admin() )
     1584        if ( (int)get_site_option( 'bp-disable-account-deletion' ) )
    15851585                return false;
    15861586
     
    18061806                load_textdomain( 'buddypress', $mofile );
    18071807}
    1808 add_action ( 'plugins_loaded', 'bp_core_load_buddypress_textdomain', 9 );
     1808add_action ( 'plugins_loaded', 'bp_core_load_buddypress_textdomain', 5 );
    18091809
    18101810function bp_core_add_ajax_hook() {
Note: See TracChangeset for help on using the changeset viewer.