芝麻web文件管理V1.00
编辑当前文件:/home/pulsehostuk9/www/wp-content/themes/odefy/comments.php
* @since 1.0.0 */ /* * If the current post is protected by a password and the visitor * has not yet entered the password then return without loading the comments. */ if (post_password_required()) return; if (have_comments() || comments_open()) { echo '
'; } if (have_comments()) : ?>
(01)', 'comments title', 'odefy' )); } else { $comments_number = !!$comments_number && (int)$comments_number < 10 ? '0'.$comments_number : $comments_number; printf( _nx( 'Comments
(%1$s)
', 'Comments
(%1$s)
', $comments_number, 'comments title', 'odefy' ), $comments_number ); } ?>
new Odefy_Walker_Comment(), 'avatar_size' => 70, 'short_ping' => true ) ); ?>
1) { ?>
'
', 'email' => '
', 'url' => '
' ); $args['comment_field'] = '
</textarea>
'; $args['label_submit'] = esc_attr__('Post Comment', 'odefy'); $args['submit_button'] = '
%4$s
'; ob_start(); comment_form($args); $comment_form = ob_get_clean(); echo trim($comment_form); if (have_comments() || comments_open()) { echo '
'; }