''.__('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 '';
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? ?>