Skip to:
Content

BuddyPress.org

Changeset 1723 for trunk/bp-wire.php


Ignore:
Timestamp:
08/28/2009 07:05:23 PM (17 years ago)
Author:
apeatling
Message:

Fixing bug with inconsistent name display.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-wire.php

    r1718 r1723  
    2929}
    3030add_action( 'plugins_loaded', 'bp_wire_setup_globals', 5 );
    31 add_action( 'admin_menu', 'bp_wire_setup_globals', 1 );
     31add_action( 'admin_menu', 'bp_wire_setup_globals', 2 );
    3232
    3333function bp_wire_setup_nav() {
Note: See TracChangeset for help on using the changeset viewer.