Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
09/09/2009 10:20:13 PM (17 years ago)
Author:
apeatling
Message:

Backwards compatibility updates for 1.0.3 built themes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-friends/bp-friends-templatetags.php

    r1655 r1834  
    407407    }
    408408?> 
    409     <div class="bp-widget">
    410         <h4><?php bp_word_or_name( __( "My Friends", 'buddypress' ), __( "%s's Friends", 'buddypress' ) ) ?>  (<?php echo BP_Friends_Friendship::total_friend_count( $bp->displayed_user->id ) ?>)  <a href="<?php echo $bp->displayed_user->domain . $bp->friends->slug ?>"><?php _e('See All', 'buddypress') ?> &raquo;</a></h4>
     409    <div class="info-group">
     410        <h4><?php bp_word_or_name( __( "My Friends", 'buddypress' ), __( "%s's Friends", 'buddypress' ) ) ?>  (<?php echo BP_Friends_Friendship::total_friend_count( $bp->displayed_user->id ) ?>) <span><a href="<?php echo $bp->displayed_user->domain . $bp->friends->slug ?>"><?php _e('See All', 'buddypress') ?> &raquo;</a></span></h4>
    411411       
    412412        <?php if ( $friend_ids ) { ?>
Note: See TracChangeset for help on using the changeset viewer.