Changeset 2105
- Timestamp:
- 11/24/2009 02:02:13 PM (15 years ago)
- Location:
- branches/1.1
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.1/bp-activity.php
r2076 r2105 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() { -
branches/1.1/bp-messages.php
r2076 r2105 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() {
Note: See TracChangeset
for help on using the changeset viewer.