From 63d317c6801d8c7ead73817e2d3b76fc3e4d12f0 Mon Sep 17 00:00:00 2001 From: matt Date: Mon, 9 May 2005 11:04:02 +0000 Subject: [PATCH] Trackback links fixed, also weird constant in template - http://mosquito.wordpress.org/view.php?id=1315 git-svn-id: http://svn.automattic.com/wordpress/trunk@2591 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-content/themes/default/single.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-content/themes/default/single.php b/wp-content/themes/default/single.php index 358d0c371..1130d2f53 100644 --- a/wp-content/themes/default/single.php +++ b/wp-content/themes/default/single.php @@ -30,11 +30,11 @@ comment_status) && ('open' == $post->ping_status)) { // Both Comments and Pings are open ?> - You can leave a response, or trackback from your own site. + You can leave a response, or trackback from your own site. comment_status) && ('open' == $post->ping_status)) { // Only Pings are Open ?> - Responses are currently closed, but you can trackback from your own site. + Responses are currently closed, but you can trackback from your own site. comment_status) && !('open' == $post->ping_status)) { // Comments are open, Pings are not ?>