Changeset 35140 for trunk/src/wp-includes/class-walker-category.php
- Timestamp:
- 10/13/2015 05:01:10 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-walker-category.php
r34416 r35140 190 190 $output .= ' class="' . $css_classes . '"'; 191 191 $output .= ">$link\n"; 192 } elseif ( isset( $args['separator'] ) ) { 193 $output .= "\t$link" . $args['separator'] . "\n"; 192 194 } else { 193 195 $output .= "\t$link<br />\n";
Note: See TracChangeset
for help on using the changeset viewer.