Ticket #26873: 26873.diff
| File 26873.diff, 492 bytes (added by , 13 years ago) |
|---|
-
wp-includes/class-wp-theme.php
673 673 /* translators: used between list items, there is a space after the comma */ 674 674 $comma = __( ', ' ); 675 675 } 676 $value = implode( $comma, $value );676 $value = implode( $comma, (array) $value ); 677 677 break; 678 678 case 'ThemeURI' : 679 679 case 'AuthorURI' :
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)