Ticket #885: wire.patch
File wire.patch, 706 bytes (added by , 16 years ago) |
---|
-
wire.php
32 32 33 33 <div class="info-group"> 34 34 <?php if ( function_exists('bp_wire_get_post_list') ) : ?> 35 <?php bp_wire_get_post_list( bp_get_group_id(), __( 'Group Wire', 'buddypress' ), sprintf( __( 'The are no wire posts for %s', 'buddypress' ), bp_get_group_name() ), bp_group_is_member(), true ) ?>35 <?php bp_wire_get_post_list( bp_get_group_id(), __( 'Group Wire', 'buddypress' ), sprintf( __( 'There are no wire posts for %s', 'buddypress' ), bp_get_group_name() ), bp_group_is_member(), true ) ?> 36 36 <?php endif; ?> 37 37 </div> 38 38