Skip to:
Content

BuddyPress.org

Changeset 1809 for trunk/bp-wire.php


Ignore:
Timestamp:
09/07/2009 06:46:37 PM (16 years ago)
Author:
apeatling
Message:

Fixes #983

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-wire.php

    r1779 r1809  
    5353    do_action( 'bp_wire_setup_nav' );
    5454}
    55 add_action( 'wp', 'bp_wire_setup_nav', 2 );
    56 add_action( 'admin_menu', 'bp_wire_setup_nav', 2 );
     55add_action( 'plugins_loaded', 'bp_wire_setup_nav' );
     56add_action( 'admin_menu', 'bp_wire_setup_nav' );
    5757
    5858
Note: See TracChangeset for help on using the changeset viewer.