Skip to:
Content

BuddyPress.org


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

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

File:
1 edited

Legend:

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

    r5228 r5282  
    414414            $wp_admin_nav[] = array(
    415415                'parent' => 'my-account-' . $this->id,
     416                'id'     => 'my-account-' . $this->id . '-memberships',
    416417                'title'  => __( 'Memberships', 'buddypress' ),
    417418                'href'   => trailingslashit( $groups_link )
     
    421422            $wp_admin_nav[] = array(
    422423                'parent' => 'my-account-' . $this->id,
     424                'id'     => 'my-account-' . $this->id . '-invites',
    423425                'title'  => $pending,
    424426                'href'   => trailingslashit( $groups_link . 'invites' )
Note: See TracChangeset for help on using the changeset viewer.