Ticket #19674: 19674.patch
File 19674.patch, 429 bytes (added by , 14 years ago) |
---|
-
wp-includes/general-template.php
593 593 } 594 594 595 595 $prefix = ''; 596 if ( !empty( $title) )596 if ( !empty( $title ) && !empty( $sep ) ) 597 597 $prefix = " $sep "; 598 598 599 599 // Determines position of the separator and direction of the breadcrumb