コード例 #1
0
ファイル: qa-print-layer.php プロジェクト: NoahY/q2a-print
 function voting_inner_html($post)
 {
     if ($this->is_print_view) {
         $this->vote_count($post);
         $this->vote_clear();
     } else {
         qa_html_theme_base::voting_inner_html($post);
     }
 }