diff --git a/wp-includes/template-functions.php b/wp-includes/template-functions.php index 97625e9e2d..63eca98ae0 100644 --- a/wp-includes/template-functions.php +++ b/wp-includes/template-functions.php @@ -563,7 +563,7 @@ function edit_post_link($link = 'Edit This', $before = '', $after = '') { return; } - $location = "$siteurl/wp-admin/post.php?action=edit&post=$post->ID"; + $location = "$siteurl/wp-admin/post.php?action=edit&post=$post->ID"; echo "$before $link $after"; }