Skip to:
Content

BuddyPress.org

Changeset 932


Ignore:
Timestamp:
01/27/2009 05:03:12 PM (16 years ago)
Author:
apeatling
Message:

Added remove_action( 'plugins_loaded', 'catch_nonexistant_blogs' ); to stop redirecting to signup page problems with WPMU 2.7

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-core.php

    r930 r932  
    12761276
    12771277// Remove the catch non existent blogs hook so WPMU doesn't think BuddyPress pages are non existing blogs
    1278 //remove_action( 'plugins_loaded', 'catch_nonexistant_blogs' );
     1278remove_action( 'plugins_loaded', 'catch_nonexistant_blogs' );
    12791279
    12801280?>
Note: See TracChangeset for help on using the changeset viewer.