Changeset 396 for trunk/bp-groups/bp-groups-templatetags.php
- Timestamp:
- 10/23/2008 02:07:15 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/bp-groups/bp-groups-templatetags.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-groups/bp-groups-templatetags.php
r391 r396 587 587 ?> 588 588 <div class="info-group"> 589 <h4><?php bp_ my_or_name() ?> <?php _e('Groups', 'buddypress') ?> (<?php echo BP_Groups_Member::total_group_count() ?>) <a href="<?php echo $bp['current_domain'] . $bp['groups']['slug'] ?>"><?php _e('See All', 'buddypress') ?> »</a></h4>589 <h4><?php bp_word_or_name( __( "My Groups", 'buddypress' ), __( "%s's Groups", 'buddypress' ) ) ?> (<?php echo BP_Groups_Member::total_group_count() ?>) <a href="<?php echo $bp['current_domain'] . $bp['groups']['slug'] ?>"><?php _e('See All', 'buddypress') ?> »</a></h4> 590 590 <?php if ( $group_ids ) { ?> 591 591 <ul class="horiz-gallery"> … … 600 600 <?php } else { ?> 601 601 <div id="message" class="info"> 602 <p><?php bp_ you_or_name() ?> <?php _e('joined any groups yet.', 'buddypress') ?></p>602 <p><?php bp_word_or_name( __( "You haven't oined any groups yet.", 'buddypress' ), __( "%s hasn't joined any groups yet.", 'buddypress' ) ) ?></p> 603 603 </div> 604 604 <?php } ?>
Note: See TracChangeset
for help on using the changeset viewer.