Skip to:
Content

BuddyPress.org


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

Making sure the options_nav is always present for plugins, but stopping the displayed_user nav showing in the new default when not logged in.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/bp-default/members/single/activity.php

    r2287 r2321  
    11<div class="item-list-tabs no-ajax" id="subnav">
    22    <ul>
     3        <?php bp_get_options_nav() ?>
     4
    35        <li class="feed"><a href="<?php bp_activities_member_rss_link() ?>" title="RSS Feed"><?php _e( 'RSS', 'buddypress' ) ?></a></li>
    46
Note: See TracChangeset for help on using the changeset viewer.