Changeset 3540

Show
Ignore:
Timestamp:
02/17/06 01:25:10 (3 years ago)
Author:
ryan
Message:

Remove useless lines. Props majelbstoat. fixes #2455

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-includes/template-functions-category.php

    r3510 r3540  
    4949        $thelist .= '<ul class="post-categories">'; 
    5050        foreach ( $categories as $category ) { 
    51             $category->cat_name = $category->cat_name; 
    5251            $thelist .= "\n\t<li>"; 
    5352            switch ( strtolower($parents) ) { 
     
    7271        $i = 0; 
    7372        foreach ( $categories as $category ) { 
    74             $category->cat_name = $category->cat_name; 
    7573            if ( 0 < $i ) 
    7674                $thelist .= $separator . ' ';