Skip to:
Content

BuddyPress.org

Changeset 7546


Ignore:
Timestamp:
11/09/2013 03:32:24 PM (13 years ago)
Author:
johnjamesjacoby
Message:

Ensure users with bp_moderate capability are allowed to navigate to other user's notifications. See #5148.

Location:
trunk
Files:
2 edited

Legend:

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

    r7545 r7546  
    135135                        'position'        => 10,
    136136                        'item_css_id'     => 'notifications-my-notifications',
     137                        'user_has_access' => bp_core_can_edit_settings(),
    137138                );
    138139
  • trunk/bp-templates/bp-legacy/buddypress/members/single/notifications.php

    r7521 r7546  
    1212<div class="item-list-tabs no-ajax" id="subnav" role="navigation">
    1313        <ul>
    14                 <?php if ( bp_is_my_profile() ) bp_get_options_nav(); ?>
     14                <?php bp_get_options_nav(); ?>
    1515
    1616                <li id="members-order-select" class="last filter">
Note: See TracChangeset for help on using the changeset viewer.