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

    r5134 r5282  
    155155            $wp_admin_nav[] = array(
    156156                'parent' => 'my-account-' . $this->id,
     157                'id'     => 'my-account-' . $this->id . '-general',
    157158                'title'  => __( 'General', 'buddypress' ),
    158159                'href'   => trailingslashit( $settings_link . 'general' )
     
    162163            $wp_admin_nav[] = array(
    163164                'parent' => 'my-account-' . $this->id,
     165                'id'     => 'my-account-' . $this->id . '-notifications',
    164166                'title'  => __( 'Notifications', 'buddypress' ),
    165167                'href'   => trailingslashit( $settings_link . 'notifications' )
     
    170172                $wp_admin_nav[] = array(
    171173                    'parent' => 'my-account-' . $this->id,
     174                    'id'     => 'my-account-' . $this->id . '-delete-account',
    172175                    'title'  => __( 'Delete Account', 'buddypress' ),
    173176                    'href'   => trailingslashit( $settings_link . 'delete-account' )
Note: See TracChangeset for help on using the changeset viewer.