Show post count in dropdown - http://mosquito.wordpress.org/view.php?id=596
git-svn-id: https://develop.svn.wordpress.org/trunk@2306 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
e20c0260e4
commit
a84ebfeaa1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user