comment_type ) : case 'pingback' : case 'trackback' : ?>
  • id="li-comment-">
    ".get_avatar( $comment, 60 )."
    "; ?>
    %s', get_comment_author_link() ) ); ?>
    comment_approved == '0' ) : ?>
    ''.__('Reply','nirvana'), 'depth' => $depth, 'max_depth' => $args['max_depth'] ) ) ); ?>
    widgets['WP_Widget_Recent_Comments'], 'recent_comments_style' ) ); } // nirvana_remove_recent_comments_style() add_action( 'widgets_init', 'nirvana_remove_recent_comments_style' ); if ( ! function_exists( 'nirvana_comments_on' ) ) : /** * Number of comments on loop post if comments are enabled. */ function nirvana_comments_on() { global $nirvanas; foreach ($nirvanas as $key => $value) { ${"$key"} = $value; } if ( comments_open() && ! post_password_required() && $nirvana_blog_show['comments'] && ! is_single()) : echo ''; comments_popup_link( '0', '1', '%', '', '' ); echo ''; endif; } // nirvana_comments_on() endif; /** * The number of comments title */ function nirvana_number_comments() { ?>

    1 && get_option( 'page_comments' ) ) : // Are there comments to navigate through? ?> 'nirvana_comment' ) ); } // nirvana_list_comments() add_action('cryout_comments_hook','nirvana_list_comments'); /* * If there are no comments and comments are closed */ function nirvana_comments_off() { if ( ! comments_open() ) : ?>

    '

    ' . '

    ', 'email' => '

    ' . '

    ', 'url' => '

    ' . '

    ', ); return $arg; } // nirvana_comments_form() add_filter('comment_form_default_fields', 'nirvana_comments_form'); function nirvana_comments_form_textarea($arg) { $arg = '

    '; return $arg; } // nirvana_comments_form_textarea() add_filter('comment_form_field_comment', 'nirvana_comments_form_textarea'); ?>