Skip to:
Content

BuddyPress.org

Changeset 1723 for trunk/bp-groups.php


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

Fixing bug with inconsistent name display.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-groups.php

    r1718 r1723  
    158158    bp_core_add_root_component( BP_GROUPS_SLUG );
    159159}
    160 add_action( 'plugins_loaded', 'groups_setup_root_component', 1 );
     160add_action( 'plugins_loaded', 'groups_setup_root_component', 2 );
    161161
    162162function groups_check_installed() {
Note: See TracChangeset for help on using the changeset viewer.