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

    r5023 r5283  
    194194            $wp_admin_nav[] = array(
    195195                'parent' => 'my-account-' . $this->id,
     196                'id'     => 'my-account-' . $this->id . '-inbox',
    196197                'title'  => $inbox,
    197198                'href'   => trailingslashit( $messages_link . 'inbox' )
     
    201202            $wp_admin_nav[] = array(
    202203                'parent' => 'my-account-' . $this->id,
     204                'id'     => 'my-account-' . $this->id . '-sentbox',
    203205                'title'  => __( 'Sent', 'buddypress' ),
    204206                'href'   => trailingslashit( $messages_link . 'sentbox' )
     
    208210            $wp_admin_nav[] = array(
    209211                'parent' => 'my-account-' . $this->id,
     212                'id'     => 'my-account-' . $this->id . '-compose',
    210213                'title'  => __( 'Compose', 'buddypress' ),
    211214                'href'   => trailingslashit( $messages_link . 'compose' )
     
    216219                $wp_admin_nav[] = array(
    217220                    'parent' => 'my-account-' . $this->id,
     221                    'id'     => 'my-account-' . $this->id . '-notices',
    218222                    'title'  => __( 'All Member Notices', 'buddypress' ),
    219223                    'href'   => trailingslashit( $messages_link . 'notices' )
Note: See TracChangeset for help on using the changeset viewer.