[buddypress-trac] [BuddyPress] #1400: bp_core_do_catch_uri not being called in custom component
buddypress-trac at lists.automattic.com
buddypress-trac at lists.automattic.com
Sun Dec 6 14:59:36 UTC 2009
#1400: bp_core_do_catch_uri not being called in custom component
----------------------+-----------------------------------------------------
Reporter: DJPaul | Owner:
Type: defect | Status: closed
Priority: major | Milestone: 1.2
Resolution: invalid | Keywords:
----------------------+-----------------------------------------------------
Changes (by DJPaul):
* status: new => closed
* resolution: => invalid
Comment:
Turns out that the setup nav functions need to be called priority 2:
add_action( 'wp', 'dpa_setup_nav', 2 );
add_action( 'admin_menu', 'dpa_setup_nav', 2 );
--
Ticket URL: <http://trac.buddypress.org/ticket/1400#comment:3>
BuddyPress <http://buddypress.org/>
BuddyPress
More information about the buddypress-trac
mailing list