Changeset 3540
- Timestamp:
- 02/17/2006 01:25:10 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/template-functions-category.php
r3510 r3540 49 49 $thelist .= '<ul class="post-categories">'; 50 50 foreach ( $categories as $category ) { 51 $category->cat_name = $category->cat_name;52 51 $thelist .= "\n\t<li>"; 53 52 switch ( strtolower($parents) ) { … … 72 71 $i = 0; 73 72 foreach ( $categories as $category ) { 74 $category->cat_name = $category->cat_name;75 73 if ( 0 < $i ) 76 74 $thelist .= $separator . ' ';
Note: See TracChangeset
for help on using the changeset viewer.