Skip to:
Content

BuddyPress.org

Changeset 1723 for trunk/bp-friends.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-friends.php

    r1718 r1723  
    5252}
    5353add_action( 'plugins_loaded', 'friends_setup_globals', 5 );
    54 add_action( 'admin_menu', 'friends_setup_globals', 1 );
     54add_action( 'admin_menu', 'friends_setup_globals', 2 );
    5555
    5656function friends_check_installed() {   
Note: See TracChangeset for help on using the changeset viewer.