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

    r4961 r5282  
    199199            $wp_admin_nav[] = array(
    200200                'parent' => 'my-account-' . $this->id,
     201                'id'     => 'my-account-' . $this->id . '-topics-started',
    201202                'title'  => __( 'Topics Started', 'buddypress' ),
    202203                'href'   => trailingslashit( $forums_link . 'topics' )
     
    206207            $wp_admin_nav[] = array(
    207208                'parent' => 'my-account-' . $this->id,
     209                'id'     => 'my-account-' . $this->id . '-replies',
    208210                'title'  => __( 'Replies', 'buddypress' ),
    209211                'href'   => trailingslashit( $forums_link . 'replies' )
     
    213215            $wp_admin_nav[] = array(
    214216                'parent' => 'my-account-' . $this->id,
     217                'id'     => 'my-account-' . $this->id . '-favorite-topics',
    215218                'title'  => __( 'Favorite Topics', 'buddypress' ),
    216219                'href'   => trailingslashit( $forums_link . 'favorites' )
Note: See TracChangeset for help on using the changeset viewer.