Changeset 2656 for trunk/bp-messages.php
- Timestamp:
- 02/10/2010 09:13:14 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-messages.php
r2576 r2656 83 83 do_action( 'messages_setup_globals' ); 84 84 } 85 add_action( ' plugins_loaded', 'messages_setup_globals', 5);85 add_action( 'bp_setup_globals', 'messages_setup_globals' ); 86 86 add_action( 'admin_menu', 'messages_setup_globals', 2 ); 87 87 … … 130 130 do_action( 'messages_setup_nav' ); 131 131 } 132 add_action( ' plugins_loaded', 'messages_setup_nav' );132 add_action( 'bp_setup_nav', 'messages_setup_nav' ); 133 133 add_action( 'admin_menu', 'messages_setup_nav' ); 134 134 … … 592 592 593 593 594 /******************************************************************************** 595 * Caching 596 * 597 * Caching functions handle the clearing of cached objects and pages on specific 598 * actions throughout BuddyPress. 599 */ 600 594 601 // List actions to clear super cached pages on, if super cache is installed 595 602 add_action( 'messages_delete_thread', 'bp_core_clear_cache' );
Note: See TracChangeset
for help on using the changeset viewer.