' . get_the_title() . ''
);
} else {
printf(
/* translators: %1$s: The number of comments. %2$s: The post title. */
_n( '%1$s thought on “%2$s”', '%1$s thoughts on “%2$s”', get_comments_number(), 'twentyeleven' ),
number_format_i18n( get_comments_number() ),
'' . get_the_title() . ''
);
}
?>
1 && get_option( 'page_comments' ) ) : // are there comments to navigate through ?>
'twentyeleven_comment' ) );
?>
1 && get_option( 'page_comments' ) ) : // are there comments to navigate through ?>