Skip to:
Content

BuddyPress.org

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

    r1718 r1723  
    2727}
    2828add_action( 'plugins_loaded', 'bp_forums_setup', 5 );
    29 add_action( 'admin_head', 'bp_forums_setup', 3 );
     29add_action( 'admin_head', 'bp_forums_setup', 2 );
    3030
    3131function bp_forums_is_installed_correctly() {
Note: See TracChangeset for help on using the changeset viewer.