Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
02/12/2010 12:31:49 PM (15 years ago)
Author:
apeatling
Message:

Fixing the use of deprecated template tags in bp-default. Merged the fetching of BP runtime settings into one query to significantly reduce the number of run time database hits. Fixed #1916

File:
1 edited

Legend:

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

    r2353 r2695  
    1313                <div class="item-list-tabs no-ajax" id="object-nav">
    1414                    <ul>
    15                         <?php bp_get_user_nav() ?>
     15                        <?php bp_get_displayed_user_nav() ?>
    1616
    1717                        <?php do_action( 'bp_members_directory_member_types' ) ?>
Note: See TracChangeset for help on using the changeset viewer.