From 37d7ae825b2a606366647ef13f6fd7d86f46090b Mon Sep 17 00:00:00 2001 From: rob1n Date: Tue, 17 Apr 2007 00:53:58 +0000 Subject: [PATCH] Fix typo. Thanks Lloyd. git-svn-id: http://svn.automattic.com/wordpress/trunk@5276 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/link-template.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/link-template.php b/wp-includes/link-template.php index 1255398f8..8fe3ba1ab 100644 --- a/wp-includes/link-template.php +++ b/wp-includes/link-template.php @@ -293,7 +293,7 @@ function get_edit_post_link( $link = 'Edit This' ) { $file = 'post'; } - return 'ID . '>' . $link . '' . $after; function edit_post_link( $link = 'Edit This', $before = '', $after = '' ) { echo $before . get_edit_post_link( $link ) . $after;