From 8e63dcecfafa3eba97789f674949a9cdb39139e9 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: https://develop.svn.wordpress.org/trunk@5276 602fd350-edb4-49c9-b593-d223f7449a82 --- 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 1255398f81..8fe3ba1ab7 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;