Skip to:
Content

BuddyPress.org

Changeset 801 for trunk/bp-activity.php


Ignore:
Timestamp:
12/22/2008 08:16:53 PM (17 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-activity.php

    r799 r801  
    163163}
    164164add_action( 'wp', 'bp_activity_setup_globals', 1 );
    165 add_action( '_admin_menu', 'bp_activity_setup_globals', 1 );
     165add_action( 'admin_menu', 'bp_activity_setup_globals', 1 );
    166166
    167167
     
    195195}
    196196add_action( 'wp', 'bp_activity_setup_nav', 2 );
     197add_action( 'admin_menu', 'bp_activity_setup_nav', 2 );
    197198
    198199/***** Screens **********/
Note: See TracChangeset for help on using the changeset viewer.