Changeset 546
- Timestamp:
- 11/14/2008 12:04:10 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/buddypress-theme/buddypress-member/groups/group-loop.php
r541 r546 24 24 25 25 <?php if ( bp_group_show_no_groups_message() ) : ?> 26 <div id="message" class=" info">26 <div id="message" class="error"> 27 27 <p><?php bp_word_or_name( __( "You haven't joined any groups yet.", 'buddypress' ), __( "%s hasn't joined any groups yet.", 'buddypress' ) ) ?></p> 28 </div> 29 <?php endif; ?> 30 31 <?php if ( bp_group_show_no_results_message() ) : ?> 32 <div id="message" class="error"> 33 <p><?php _e( "No matching groups found.", 'buddypress' ) ?></p> 28 34 </div> 29 35 <?php endif; ?>
Note: See TracChangeset
for help on using the changeset viewer.