mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-05 18:32:23 +01:00
Mostly whitespace issues.
git-svn-id: http://svn.automattic.com/wordpress/trunk@334 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
dfab49ea0b
commit
27dc2c69cb
@ -111,11 +111,11 @@ 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 "\t".'<link rel="archives" title="'.$text.'" href="'.$url.'" />'."\n";
|
||||
} else if ('option' == $format) {
|
||||
return '<option value="'.$url.'">'.$text.'</option>'."\n";
|
||||
} else { // 'html'
|
||||
return '<li><a href="'.$url.'" title="'.$text.'">'.$text.'</a></li>'."\n";
|
||||
return "\t".'<li><a href="'.$url.'" title="'.$text.'">'.$text.'</a></li>'."\n";
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user