Skip to:
Content

BuddyPress.org

Changeset 2105


Ignore:
Timestamp:
11/24/2009 02:02:13 PM (15 years ago)
Author:
apeatling
Message:

Fixes #1323 props petronic

Location:
branches/1.1
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/1.1/bp-activity.php

    r2076 r2105  
    8181    bp_core_add_root_component( BP_ACTIVITY_SLUG );
    8282}
    83 add_action( 'plugins_loaded', 'bp_activity_setup_root_component', 2 );
     83add_action( 'plugins_loaded', 'bp_activity_setup_root_component' );
    8484
    8585function bp_activity_setup_nav() {
  • branches/1.1/bp-messages.php

    r2076 r2105  
    104104        messages_install();
    105105}
    106 add_action( 'admin_menu', 'messages_check_installed', 2 );
     106add_action( 'admin_menu', 'messages_check_installed' );
    107107
    108108function messages_setup_nav() {
Note: See TracChangeset for help on using the changeset viewer.