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-friends/bp-friends-loader.php

    r4920 r5282  
    166166            $wp_admin_nav[] = array(
    167167                'parent' => 'my-account-' . $this->id,
     168                'id'     => 'my-account-' . $this->id . '-friendships',
    168169                'title'  => __( 'Friendships', 'buddypress' ),
    169170                'href'   => trailingslashit( $friends_link )
     
    173174            $wp_admin_nav[] = array(
    174175                'parent' => 'my-account-' . $this->id,
     176                'id'     => 'my-account-' . $this->id . '-requests',
    175177                'title'  => $pending,
    176178                'href'   => trailingslashit( $friends_link . 'requests' )
Note: See TracChangeset for help on using the changeset viewer.