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;