From e4e35319e1020b6234bf4c8652d3eeee13adab57 Mon Sep 17 00:00:00 2001 From: ryan Date: Sun, 29 Jan 2006 00:15:57 +0000 Subject: [PATCH] Fix RSD link. Props Juergen. fixes #2349 git-svn-id: http://svn.automattic.com/wordpress/trunk@3493 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/template-functions-general.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/template-functions-general.php b/wp-includes/template-functions-general.php index 669d7054c3..1fcda253ff 100644 --- a/wp-includes/template-functions-general.php +++ b/wp-includes/template-functions-general.php @@ -700,7 +700,7 @@ function the_weekday_date($before='',$after='') { } function rsd_link() { - echo '\n"; + echo '\n"; } ?>