' . get_the_title() . '' ); ?>

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' : ?>
  1. ', '' ); ?>

  2. id="li-comment-">
    comment_parent ) $avatar_size = 39; echo get_avatar( $comment, $avatar_size ); /* translators: 1: comment author, 2: date and time */ printf( __( '%1$s on %2$s said:', 'bliss' ), sprintf( '%s', get_comment_author_link() ), sprintf( '', esc_url( get_comment_link( $comment->comment_ID ) ), get_comment_time( 'c' ), /* translators: 1: date, 2: time */ sprintf( __( '%1$s at %2$s', 'bliss' ), get_comment_date(), get_comment_time() ) ) ); ?> ', '' ); ?>
    comment_approved == '0' ) : ?>
    __( 'Reply ', 'bliss' ), 'depth' => $depth, 'max_depth' => $args['max_depth'] ) ) ); ?>
    '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 ?>