1 && get_option( 'page_comments' ) ) : // are there comments to navigate through ?>
Site administrator: Please format this function's return value to enable it.";
//I'm going to crib a bit. Yay, open-source.
// The following comment formatting is from the WP theme, bliss.
// from bliss:
if ( ! function_exists( 'bliss_comment' ) ) :
/**
* Template for comments and pingbacks.
*
* To override this walker in a child theme without modifying the comments template
* simply create your own bliss_comment(), and that function will be used instead.
*
* Used as a callback by wp_list_comments() for displaying the comments.
*
* @since Twenty Eleven 1.0
*/
function bliss_comment( $comment, $args, $depth ) {
$GLOBALS['comment'] = $comment;
switch ( $comment->comment_type ) :
case 'pingback' :
case 'trackback' :
?>
'bliss_comment' ) );
//which is defined in that theme's functions.php, but pasted here for better performance, since this function is not used elsewhere in this theme...
?>
1 && get_option( 'page_comments' ) ) : // are there comments to navigate through ?>
', '' ); ?>