Ticket #1323: patch.diff
File patch.diff, 955 bytes (added by , 15 years ago) |
---|
-
bp-activity.php
80 80 /* Register 'activity' as a root component (for RSS feed use) */ 81 81 bp_core_add_root_component( BP_ACTIVITY_SLUG ); 82 82 } 83 add_action( 'plugins_loaded', 'bp_activity_setup_root_component' , 2);83 add_action( 'plugins_loaded', 'bp_activity_setup_root_component' ); 84 84 85 85 function bp_activity_setup_nav() { 86 86 global $bp; -
bp-messages.php
103 103 if ( get_site_option('bp-messages-db-version') < BP_MESSAGES_DB_VERSION ) 104 104 messages_install(); 105 105 } 106 add_action( 'admin_menu', 'messages_check_installed' , 2);106 add_action( 'admin_menu', 'messages_check_installed' ); 107 107 108 108 function messages_setup_nav() { 109 109 global $bp;