Make WordPress Core


Ignore:
Timestamp:
04/02/2010 07:30:20 AM (15 years ago)
Author:
dd32
Message:

Match the separator style of get_category_parents() in get_the_category_list(), Respects the spacing of the provided separator. Fixes #10761

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/category-template.php

    r13854 r13943  
    208208        foreach ( $categories as $category ) {
    209209            if ( 0 < $i )
    210                 $thelist .= $separator . ' ';
     210                $thelist .= $separator;
    211211            switch ( strtolower( $parents ) ) {
    212212                case 'multiple':
Note: See TracChangeset for help on using the changeset viewer.