Skip to:
Content

BuddyPress.org

Changeset 801 for trunk/bp-groups.php


Ignore:
Timestamp:
12/22/2008 08:16:53 PM (18 years ago)
Author:
apeatling
Message:

Made the BuddyPress admin bar persist in the wp-admin area.
Fixed the ordering of navigation items in the "My Account" menu.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-groups.php

    r754 r801  
    136136}
    137137add_action( 'wp', 'groups_setup_globals', 1, false );   
    138 add_action( '_admin_menu', 'groups_setup_globals', 1, false );
     138add_action( 'admin_menu', 'groups_setup_globals', 1, false );
    139139
    140140
     
    278278}
    279279add_action( 'wp', 'groups_setup_nav', 2 );
     280add_action( 'admin_menu', 'groups_setup_nav', 2 );
    280281
    281282
Note: See TracChangeset for help on using the changeset viewer.