Ticket #21240: 21240.9.patch
File 21240.9.patch, 591 bytes (added by , 13 years ago) |
---|
-
wp-admin/includes/class-wp-posts-list-table.php
670 670 /* translators: used between list items, there is a space after the comma */ 671 671 echo join( __( ', ' ), $out ); 672 672 } else { 673 if ( 'category' == $taxonomy ) 674 echo __( 'Uncategorized' ); 675 else 676 echo '—'; 673 echo '—'; 677 674 } 678 675 echo '</td>'; 679 676 break;