Skip to:
Content

BuddyPress.org

Ticket #885: wire.patch

File wire.patch, 706 bytes (added by epicalex, 16 years ago)
  • wire.php

     
    3232
    3333                        <div class="info-group">
    3434                                <?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 ) ?>
    3636                                <?php endif; ?>
    3737                        </div>
    3838