Changeset 1199
- Timestamp:
- 03/03/2008 06:38:04 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/bb-includes/template-functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bb-includes/template-functions.php
r1198 r1199 1152 1152 1153 1153 function post_author_avatar( $size = '48', $default = '', $post_id = 0 ) { 1154 if ( ! bb_get_option(' show_avatars') )1154 if ( ! bb_get_option('avatars_show') ) 1155 1155 return false; 1156 1156
Note: See TracChangeset
for help on using the changeset viewer.