Skip to:
Content

BuddyPress.org

Changeset 5516


Ignore:
Timestamp:
12/11/2011 09:18:27 PM (14 years ago)
Author:
johnjamesjacoby
Message:

Bump Group Admin menu priority to 1000 to keep it at the end of the navigation. Fixes #3837 more better.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-groups/bp-groups-loader.php

    r5515 r5516  
    380380                    'parent_slug'     => $this->current_group->slug,
    381381                    'screen_function' => 'groups_screen_group_admin',
    382                     'position'        => 20,
     382                    'position'        => 1000,
    383383                    'user_has_access' => ( $bp->is_item_admin + (int)$bp->is_item_mod ),
    384384                    'item_css_id'     => 'admin'
Note: See TracChangeset for help on using the changeset viewer.