Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
11/09/2013 03:16:01 PM (11 years ago)
Author:
johnjamesjacoby
Message:

No humility. Bump notifications menu and navigation position to below Profile, and ensure that custom notifications toolbar menu now links to new notifications page for logged in user. See #5148.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-notifications/bp-notifications-loader.php

    r7544 r7545  
    2727            BP_PLUGIN_DIR,
    2828            array(
    29                 'adminbar_myaccount_order' => 100
     29                'adminbar_myaccount_order' => 30
    3030            )
    3131        );
     
    109109            'name'                => sprintf( __( 'Notifications <span>%d</span>', 'buddypress' ), number_format_i18n( $count ) ),
    110110            'slug'                => $this->slug,
    111             'position'            => 60,
     111            'position'            => 30,
    112112            'screen_function'     => 'bp_notifications_screen_unread',
    113113            'default_subnav_slug' => 'unread',
Note: See TracChangeset for help on using the changeset viewer.