Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
11/05/2011 10:20:14 PM (13 years ago)
Author:
johnjamesjacoby
Message:

Add missing ID's to admin/toolbar menus. (1.5 branch)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.5/bp-groups/bp-groups-loader.php

    r5181 r5283  
    408408            $wp_admin_nav[] = array(
    409409                'parent' => 'my-account-' . $this->id,
     410                'id'     => 'my-account-' . $this->id . '-memberships',
    410411                'title'  => __( 'Memberships', 'buddypress' ),
    411412                'href'   => trailingslashit( $groups_link )
     
    415416            $wp_admin_nav[] = array(
    416417                'parent' => 'my-account-' . $this->id,
     418                'id'     => 'my-account-' . $this->id . '-invites',
    417419                'title'  => $pending,
    418420                'href'   => trailingslashit( $groups_link . 'invites' )
Note: See TracChangeset for help on using the changeset viewer.