Make WordPress Core

Changeset 717


Ignore:
Timestamp:
01/05/2004 03:03:35 AM (21 years ago)
Author:
alex_t_king
Message:

making spacing of counts consistent betweek archives list and category list

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/template-functions.php

    r716 r717  
    237237                if ($show_post_count) {
    238238                    $text = sprintf("%s %d", $month[zeroise($arcresult->month,2)], $arcresult->year);
    239                     $after = " ($arcresult->posts)";
     239                    $after = " ($arcresult->posts)";
    240240                } else {
    241241                    $text = sprintf("%s %d", $month[zeroise($arcresult->month,2)], $arcresult->year);
     
    15281528        $link .= stripslashes($cat_name).'</a>';
    15291529        if (intval($optioncount) == 1) {
    1530             $link .= '&nbsp;&nbsp;('.$category->cat_count.')';
     1530            $link .= '&nbsp;('.$category->cat_count.')';
    15311531        }
    15321532        if (intval($optiondates) == 1) {
    1533             $link .= '&nbsp;&nbsp;'.$category->lastday.'/'.$category->lastmonth;
     1533            $link .= '&nbsp;'.$category->lastday.'/'.$category->lastmonth;
    15341534        }
    15351535        if ($list) {
Note: See TracChangeset for help on using the changeset viewer.