diff --git a/wp-includes/template-functions-general.php b/wp-includes/template-functions-general.php index 9e6da9aac..98740f4da 100644 --- a/wp-includes/template-functions-general.php +++ b/wp-includes/template-functions-general.php @@ -239,7 +239,7 @@ function get_archives_link($url, $text, $format = 'html', $before = '', $after = if ('link' == $format) { return "\t\n"; } elseif ('option' == $format) { - return "\t\n"; + return "\t\n"; } elseif ('html' == $format) { return "\t
  • $before$text$after
  • \n"; } else { // custom