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-core/bp-core-widgets.php

    r1160 r1196  
    9494    <?php if ( $users['users'] ) : ?>
    9595        <div class="item-options" id="members-list-options">
    96             <img id="ajax-loader-members" src="<?php echo $bp->core->image_base ?>/ajax-loader.gif" height="7" alt="<?php _e( 'Loading', 'buddypress' ) ?>" style="display: none;" /> &nbsp;
     96            <img id="ajax-loader-members" src="<?php echo $bp->core->image_base ?>/ajax-loader.gif" height="7" alt="<?php _e( 'Loading', 'buddypress' ) ?>" style="display: none;" />
    9797            <a href="<?php echo site_url() . '/' . MEMBERS_SLUG ?>" id="newest-members" class="selected"><?php _e( 'Newest', 'buddypress' ) ?></a> |
    9898            <a href="<?php echo site_url() . '/' . MEMBERS_SLUG ?>" id="recently-active-members"><?php _e( 'Active', 'buddypress' ) ?></a> |
Note: See TracChangeset for help on using the changeset viewer.