Make WordPress Core

Changeset 3540


Ignore:
Timestamp:
02/17/2006 01:25:10 AM (19 years ago)
Author:
ryan
Message:

Remove useless lines. Props majelbstoat. fixes #2455

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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 . ' ';
Note: See TracChangeset for help on using the changeset viewer.