diff --git a/wp-includes/link-template.php b/wp-includes/link-template.php index 9ca939a92..bcf16c562 100644 --- a/wp-includes/link-template.php +++ b/wp-includes/link-template.php @@ -1094,7 +1094,7 @@ function start_post_rel_link($title = '%title', $in_same_cat = false, $excluded_ * @return string */ function get_index_rel_link() { - $link = "\n"; + $link = "\n"; return apply_filters( "index_rel_link", $link ); }