Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
07/22/2011 05:02:46 PM (14 years ago)
Author:
boonebgorges
Message:

Removes ajax-loader spans from markup and ajax-loader triggers from bp-default JS. Replaces with .loader class when appropriate. Fixes #3349

File:
1 edited

Legend:

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

    r4786 r4804  
    732732        $total = bp_core_number_format( $groups_template->total_group_count );
    733733
    734         return apply_filters( 'bp_get_groups_pagination_count', sprintf( __( 'Viewing group %1$s to %2$s (of %3$s groups)', 'buddypress' ), $from_num, $to_num, $total ) . '<span class="ajax-loader"></span>' );
     734        return apply_filters( 'bp_get_groups_pagination_count', sprintf( __( 'Viewing group %1$s to %2$s (of %3$s groups)', 'buddypress' ), $from_num, $to_num, $total ) );
    735735    }
    736736
Note: See TracChangeset for help on using the changeset viewer.