Ticket #37292: 37292.diff
File 37292.diff, 519 bytes (added by , 9 years ago) |
---|
-
wp-includes/category-template.php
diff --git a/wp-includes/category-template.php b/wp-includes/category-template.php index 8bba6b4..9594ad2 100644
a b function get_the_category_list( $separator = '', $parents='', $post_id = false ) 219 219 } else { 220 220 $i = 0; 221 221 foreach ( $categories as $category ) { 222 if ( ! is_object( $category ) ) 223 continue; 224 222 225 if ( 0 < $i ) 223 226 $thelist .= $separator; 224 227 switch ( strtolower( $parents ) ) {