git-svn-id: https://develop.svn.wordpress.org/trunk@2306 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg 2005-02-13 23:46:33 +00:00
parent e20c0260e4
commit a84ebfeaa1
1 changed files with 1 additions and 1 deletions

View File

@ -239,7 +239,7 @@ function get_archives_link($url, $text, $format = 'html', $before = '', $after =
if ('link' == $format) {
return "\t<link rel='archives' title='$title_text' href='$url' />\n";
} elseif ('option' == $format) {
return "\t<option value='$url'>$text</option>\n";
return "\t<option value='$url'>$before $text $after</option>\n";
} elseif ('html' == $format) {
return "\t<li>$before<a href='$url' title='$title_text'>$text</a>$after</li>\n";
} else { // custom