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-activity/bp-activity-template.php

    r4786 r4804  
    399399        $total     = bp_core_number_format( $activities_template->total_activity_count );
    400400
    401         return sprintf( __( 'Viewing item %1$s to %2$s (of %3$s items)', 'buddypress' ), $from_num, $to_num, $total ) . ' &nbsp; <span class="ajax-loader"></span>';
     401        return sprintf( __( 'Viewing item %1$s to %2$s (of %3$s items)', 'buddypress' ), $from_num, $to_num, $total );
    402402    }
    403403
Note: See TracChangeset for help on using the changeset viewer.