Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
09/06/2010 04:24:57 PM (14 years ago)
Author:
apeatling
Message:

Merging 1.2 branch with trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-blogs/bp-blogs-templatetags.php

    r2944 r3232  
    145145
    146146    $blogs_template = new BP_Blogs_Template( $type, $page, $per_page, $max, $user_id, $search_terms );
    147     return apply_filters( 'bp_has_blogs', $blogs_template->has_blogs(), &$blogs_template );
     147    return $blogs_template->has_blogs();
    148148}
    149149
     
    167167    $total = bp_core_number_format( $blogs_template->total_blog_count );
    168168
    169     echo sprintf( __( 'Viewing blog %1$s to %2$s (of %3$s blogs)', 'buddypress' ), $from_num, $to_num, $total ); ?>  
     169    echo sprintf( __( 'Viewing blog %s to %s (of %s blogs)', 'buddypress' ), $from_num, $to_num, $total ); ?>  
    170170    <span class="ajax-loader"></span><?php
    171171}
Note: See TracChangeset for help on using the changeset viewer.