Lowercase attribute values.

git-svn-id: https://develop.svn.wordpress.org/trunk@326 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg 2003-08-21 15:06:38 +00:00
parent 05f2f39f4e
commit e67c2887e2
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ function single_month_title($prefix = '', $display = true ) {
/* link navigation hack by Orien http://icecode.com/ */
function get_archives_link($url, $text, $format) {
if ('link' == $format) {
return '<link rel="Archives" title="'.$text.'" href="'.$url.'" />'."\n";
return '<link rel="archives" title="'.$text.'" href="'.$url.'" />'."\n";
} else if ('option' == $format) {
return '<option value="'.$url.'">'.$text.'</option>'."\n";
} else { // 'html'