Skip to:
Content

BuddyPress.org

Changeset 3528


Ignore:
Timestamp:
12/12/2010 09:19:56 AM (14 years ago)
Author:
djpaul
Message:

Take out catch_nonexistant_blogs remove_action as it is no longer in WP. Fixes #2944, props r-a-y

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-core.php

    r3518 r3528  
    21002100add_action( 'bp_core_render_notice', 'bp_core_clear_cache' );
    21012101
    2102 // Remove the catch non existent blogs hook so WPMU doesn't think BuddyPress pages are non existing blogs
    2103 remove_action( 'plugins_loaded', 'catch_nonexistant_blogs' );
    2104 
    21052102
    21062103/* DEPRECATED FUNCTIONS ****/
Note: See TracChangeset for help on using the changeset viewer.