diff --git a/wp-includes/author-template.php b/wp-includes/author-template.php index e7b981be4..5ceb5d31f 100644 --- a/wp-includes/author-template.php +++ b/wp-includes/author-template.php @@ -225,7 +225,7 @@ function get_author_posts_url($author_id, $author_nicename = '') { $link = $wp_rewrite->get_author_permastruct(); if ( empty($link) ) { - $file = home_url() . '/'; + $file = home_url( '/' ); $link = $file . '?author=' . $auth_ID; } else { if ( '' == $author_nicename ) {