Remove useless lines. Props majelbstoat. fixes #2455

git-svn-id: https://develop.svn.wordpress.org/trunk@3540 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2006-02-17 01:25:10 +00:00
parent 5e2a95ac8e
commit b8eba14ffa
1 changed files with 0 additions and 2 deletions

View File

@ -48,7 +48,6 @@ function get_the_category_list($separator = '', $parents='') {
if ( '' == $separator ) {
$thelist .= '<ul class="post-categories">';
foreach ( $categories as $category ) {
$category->cat_name = $category->cat_name;
$thelist .= "\n\t<li>";
switch ( strtolower($parents) ) {
case 'multiple':
@ -71,7 +70,6 @@ function get_the_category_list($separator = '', $parents='') {
} else {
$i = 0;
foreach ( $categories as $category ) {
$category->cat_name = $category->cat_name;
if ( 0 < $i )
$thelist .= $separator . ' ';
switch ( strtolower($parents) ) {