Skip to:
Content

BuddyPress.org

Changeset 628


Ignore:
Timestamp:
12/06/2008 02:33:30 AM (17 years ago)
Author:
apeatling
Message:

Adding role to the end of blog names in "My Blogs" menu.

File:
1 edited

Legend:

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

    r627 r628  
    125125                    $alt = ( $counter % 2 == 0 ) ? ' class="alt"' : '';
    126126                    echo '<li' . $alt . '>';
    127                     echo '<a href="' . $blog->siteurl . '">' . $blog->blogname . '</a>';
     127                    echo '<a href="' . $blog->siteurl . '">' . $blog->blogname . ' (' . $role . ')</a>';
    128128                    if (!('Subscriber' == $role)) { // then they have something to display on the flyout menu
    129129                        echo '<ul>';
Note: See TracChangeset for help on using the changeset viewer.