diff --git a/wp-comments.php b/wp-comments.php index e7e4cc0a67..7e5ae17969 100644 --- a/wp-comments.php +++ b/wp-comments.php @@ -19,10 +19,11 @@ -
RSS feed for comments on this post.'); ?>
- +The URI to TrackBack this entry is:
@@ -41,8 +42,8 @@No comments yet.
- -RSS feed for comments on this post.'); ?>
+Line and paragraph breaks automatic, website trumps email, HTML allowed:
Sorry, comments are closed at this time.
+Sorry, the comment form is closed at this time.
get_var("SELECT COUNT(comment_ID) FROM $tablecomments WHERE comment_post_ID = $id AND comment_approved = '1';"); } else { @@ -65,6 +66,7 @@ function comments_popup_link($zero='No Comments', $one='1 Comment', $more='% Com comments_number($zero, $one, $more, $number); echo ''; } + } } function comment_ID() { diff --git a/wp-layout.css b/wp-layout.css index b1f3acb6f7..aeacbba104 100644 --- a/wp-layout.css +++ b/wp-layout.css @@ -54,7 +54,7 @@ cite { h2 { border-bottom: 1px dotted #ccc; - font: 80% "Times New Roman", Times, serif; + font: 95% "Times New Roman", Times, serif; letter-spacing: 0.2em; margin: 15px 0 2px 0; padding-bottom: 2px;