Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
03/09/2009 11:20:32 PM (16 years ago)
Author:
apeatling
Message:

Fixes #549

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-groups/bp-groups-widgets.php

    r1138 r1196  
    3333    <?php if ( $groups['groups'] ) : ?>
    3434        <div class="item-options" id="groups-list-options">
    35             <img id="ajax-loader-groups" src="<?php echo $bp->groups->image_base ?>/ajax-loader.gif" height="7" alt="<?php _e( 'Loading', 'buddypress' ) ?>" style="display: none;" /> &nbsp;
     35            <img id="ajax-loader-groups" src="<?php echo $bp->groups->image_base ?>/ajax-loader.gif" height="7" alt="<?php _e( 'Loading', 'buddypress' ) ?>" style="display: none;" />
    3636            <a href="<?php echo site_url() . '/groups' ?>" id="newest-groups"><?php _e("Newest", 'buddypress') ?></a> |
    3737            <a href="<?php echo site_url() . '/groups' ?>" id="recently-active-groups"><?php _e("Active", 'buddypress') ?></a> |
Note: See TracChangeset for help on using the changeset viewer.