widgets['WP_Widget_Recent_Comments'], 'recent_comments_style' ) );
}
add_action( 'widgets_init', 'mantra_remove_recent_comments_style' );
if ( ! function_exists( 'mantra_comments_on' ) ) :
/**
* Number of comments on loop post if comments are enabled.
*/
function mantra_comments_on() {
printf ( comments_popup_link( __( 'Leave a comment', 'mantra' ), __( '1 Comment', 'mantra' ), __( '% Comments', 'mantra' ) ));
}
endif;
/**
* The number of comments title
*/
function mantra_number_comments() { ?>
1 && get_option( 'page_comments' ) ) : // Are there comments to navigate through? ?>
←'.__('Older Comments', 'mantra' ) ); ?>
→' ); ?>
'mantra_comment' ) );
}
add_action('cryout_comments_hook','mantra_list_comments');
/*
* If there are no comments and comments are closed
*/
function mantra_comments_off() {
if ( ! comments_open() ) : ?>