diff --git a/wp-includes/author-template.php b/wp-includes/author-template.php index 48db8f925..ab2737c56 100644 --- a/wp-includes/author-template.php +++ b/wp-includes/author-template.php @@ -135,7 +135,7 @@ function the_author_meta($field = '', $user_id = false) { */ function get_the_author_link() { if ( get_the_author_meta('url') ) { - return '' . get_the_author() . ''; + return '' . get_the_author() . ''; } else { return get_the_author(); }