Пример #1
0
 function c_list_item($post)
 {
     if (qa_opt('buddypress_integration_enable') && qa_opt('buddypress_integration_avatars_c')) {
         $post['avatar'] = $this->get_bp_avatar($post['raw']['userid'], qa_opt('buddypress_integration_avatars_c_size'));
     }
     qa_html_theme_base::c_list_item($post);
 }