Skip to:
Content

bbPress.org

Changeset 1199


Ignore:
Timestamp:
03/03/2008 06:38:04 AM (18 years ago)
Author:
sambauers
Message:

"avatars_show" is the option, not "show_avatars".

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bb-includes/template-functions.php

    r1198 r1199  
    11521152
    11531153function post_author_avatar( $size = '48', $default = '', $post_id = 0 ) {
    1154     if ( ! bb_get_option('show_avatars') )
     1154    if ( ! bb_get_option('avatars_show') )
    11551155        return false;
    11561156   
Note: See TracChangeset for help on using the changeset viewer.