Changeset 396 for trunk/bp-friends/bp-friends-templatetags.php
- Timestamp:
- 10/23/2008 02:07:15 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/bp-friends/bp-friends-templatetags.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-friends/bp-friends-templatetags.php
r391 r396 345 345 ?> 346 346 <div class="info-group"> 347 <h4><?php bp_ my_or_name() ?> <?php _e('Friends', 'buddypress') ?>(<?php echo BP_Friends_Friendship::total_friend_count() ?>) <a href="<?php echo $bp['current_domain'] . $bp['friends']['slug'] ?>"><?php _e('See All', 'buddypress') ?> »</a></h4>347 <h4><?php bp_word_or_name( __( "My Friends", 'buddypress' ), __( "%s's Friends", 'buddypress' ) ) ?> (<?php echo BP_Friends_Friendship::total_friend_count() ?>) <a href="<?php echo $bp['current_domain'] . $bp['friends']['slug'] ?>"><?php _e('See All', 'buddypress') ?> »</a></h4> 348 348 349 349 <?php if ( $friend_ids ) { ?> … … 358 358 <?php } else { ?> 359 359 <div id="message" class="info"> 360 <p><?php bp_ you_or_name() ?> <?php _e('added any friend connections yet.', 'buddypress') ?></p>360 <p><?php bp_word_or_name( __( "You haven't added any friend connections yet.", 'buddypress' ), __( "%s hasn't created any friend connections yet.", 'buddypress' ) ) ?></p> 361 361 </div> 362 362 <?php } ?>
Note: See TracChangeset
for help on using the changeset viewer.