Skip to:
Content

BuddyPress.org

Changeset 2310


Ignore:
Timestamp:
01/15/2010 03:02:22 PM (17 years ago)
Author:
apeatling
Message:

Fixes #1491

File:
1 edited

Legend:

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

    r2274 r2310  
    142142                        echo '<li' . $alt . '>';
    143143                        echo '<a href="' . $blog->siteurl . '">' . $blog->name . ' (' . $role . ')</a>';
    144                         if ( !( 'Subscriber' == $role ) ) { // then they have something to display on the flyout menu
     144                        if ( !( __( 'Subscriber', 'buddypress' ) == $role ) ) { // then they have something to display on the flyout menu
    145145                                echo '<ul>';
    146146                                echo '<li class="alt"><a href="' . $blog->siteurl  . 'wp-admin/">' . __('Dashboard', 'buddypress') . '</a></li>';
Note: See TracChangeset for help on using the changeset viewer.