Skip to:
Content

BuddyPress.org

Ticket #885: group-home.patch

File group-home.patch, 747 bytes (added by epicalex, 16 years ago)
  • group-home.php

     
    7575       
    7676                        <?php if ( ( bp_group_is_visible() && bp_group_is_wire_enabled() ) && function_exists('bp_wire_get_post_list') ) : ?>
    7777
    78                                         <?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 ) ?>
     78                                        <?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 ) ?>
    7979                               
    8080                        <?php endif; ?>
    8181