Ticket #61352: general-template.diff
| File general-template.diff, 600 bytes (added by , 21 months ago) |
|---|
-
general-template.php
1437 1437 * 1438 1438 * @param string[] $title_array Array of parts of the page title. 1439 1439 */ 1440 $title_array = apply_filters( 'wp_title_parts', explode( $t_sep, $title ) );1440 $title_array = apply_filters( 'wp_title_parts', explode( $t_sep, $title ?? '') ); 1441 1441 1442 1442 // Determines position of the separator and direction of the breadcrumb. 1443 1443 if ( 'right' === $seplocation ) { // Separator on right, so reverse the order.