Changeset 717
- Timestamp:
- 01/05/2004 03:03:35 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/template-functions.php
r716 r717 237 237 if ($show_post_count) { 238 238 $text = sprintf("%s %d", $month[zeroise($arcresult->month,2)], $arcresult->year); 239 $after = " 239 $after = " ($arcresult->posts)"; 240 240 } else { 241 241 $text = sprintf("%s %d", $month[zeroise($arcresult->month,2)], $arcresult->year); … … 1528 1528 $link .= stripslashes($cat_name).'</a>'; 1529 1529 if (intval($optioncount) == 1) { 1530 $link .= ' ('.$category->cat_count.')';1530 $link .= ' ('.$category->cat_count.')'; 1531 1531 } 1532 1532 if (intval($optiondates) == 1) { 1533 $link .= ' '.$category->lastday.'/'.$category->lastmonth;1533 $link .= ' '.$category->lastday.'/'.$category->lastmonth; 1534 1534 } 1535 1535 if ($list) {
Note: See TracChangeset
for help on using the changeset viewer.