Skip to:
Content

BuddyPress.org

Ticket #2944: 2944.001.patch

File 2944.001.patch, 462 bytes (added by r-a-y, 15 years ago)
  • buddypress/bp-core.php

     
    20992099add_action( 'wp_login', 'bp_core_clear_cache' );
    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 ****/
    21072104