Ticket #2944: 2944.001.patch
| File 2944.001.patch, 462 bytes (added by , 15 years ago) |
|---|
-
buddypress/bp-core.php
2099 2099 add_action( 'wp_login', 'bp_core_clear_cache' ); 2100 2100 add_action( 'bp_core_render_notice', 'bp_core_clear_cache' ); 2101 2101 2102 // Remove the catch non existent blogs hook so WPMU doesn't think BuddyPress pages are non existing blogs2103 remove_action( 'plugins_loaded', 'catch_nonexistant_blogs' );2104 2105 2102 2106 2103 /* DEPRECATED FUNCTIONS ****/ 2107 2104