Lowercase attribute values.

git-svn-id: http://svn.automattic.com/wordpress/trunk@326 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
saxmatt 2003-08-21 15:06:38 +00:00
parent ccda077d96
commit 4ca640d61b

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'