Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
02/12/2010 12:31:49 PM (15 years ago)
Author:
apeatling
Message:

Fixing the use of deprecated template tags in bp-default. Merged the fetching of BP runtime settings into one query to significantly reduce the number of run time database hits. Fixed #1916

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/bp-default/blogs/blogs-loop.php

    r2580 r2695  
    2222        <li>
    2323            <div class="item-avatar">
    24                 <a href="<?php bp_blog_permalink() ?>"><?php bp_blog_avatar_thumb() ?></a>
     24                <a href="<?php bp_blog_permalink() ?>"><?php bp_blog_avatar('type=thumb') ?></a>
    2525            </div>
    2626
Note: See TracChangeset for help on using the changeset viewer.