Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
11/23/2011 09:12:18 PM (15 years ago)
Author:
johnjamesjacoby
Message:

Tweaks to WP toolbar menus:

  • WP3.3 compat
  • Move Notification bubble to right, next to my-account
  • Make my-account-buddypress a menu-group, so dependent children always follow
  • See #3596
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-members/bp-members-adminbar.php

    r5307 r5346  
    190190        // Add the top-level Notifications button
    191191        $wp_admin_bar->add_menu( array(
    192                 'id'    => 'bp-notifications',
    193                 'title' => $menu_title,
    194                 'href'  => bp_loggedin_user_domain(),
    195                 'meta'  => array(
    196                         'class' => 'opposite',
    197                 )
     192                'parent'    => 'top-secondary',
     193                'id'        => 'bp-notifications',
     194                'title'     => $menu_title,
     195                'href'      => bp_loggedin_user_domain(),
    198196        ) );
    199197
Note: See TracChangeset for help on using the changeset viewer.