Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
07/22/2011 05:02:46 PM (15 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-blogs/bp-blogs-template.php

    r4780 r4804  
    254254    $total     = bp_core_number_format( $blogs_template->total_blog_count );
    255255
    256     echo sprintf( __( 'Viewing site %1$s to %2$s (of %3$s sites)', 'buddypress' ), $from_num, $to_num, $total ); ?>  
    257     <span class="ajax-loader"></span><?php
     256    echo sprintf( __( 'Viewing site %1$s to %2$s (of %3$s sites)', 'buddypress' ), $from_num, $to_num, $total );
    258257}
    259258
Note: See TracChangeset for help on using the changeset viewer.