From f442d2eaaeb706c830e8c15f7eea509285438a5e Mon Sep 17 00:00:00 2001 From: Matt Mullenweg 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: https://develop.svn.wordpress.org/trunk@2591 602fd350-edb4-49c9-b593-d223f7449a82 --- 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 358d0c371d..1130d2f531 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 ?>