mirror of
git://develop.git.wordpress.org/
synced 2025-01-18 05:18:42 +01:00
Administration: In WP_List_Table::comments_bubble()
, replace the mdash with its HTML entity for consistency with the similar code in other list tables.
Props afercia. See #40659, #32152. git-svn-id: https://develop.svn.wordpress.org/trunk@40960 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
44d162d0b2
commit
33f8a894cf
@ -656,7 +656,7 @@ class WP_List_Table {
|
||||
|
||||
// No comments at all.
|
||||
if ( ! $approved_comments && ! $pending_comments ) {
|
||||
printf( '<span aria-hidden="true">—</span><span class="screen-reader-text">%s</span>',
|
||||
printf( '<span aria-hidden="true">—</span><span class="screen-reader-text">%s</span>',
|
||||
__( 'No comments' )
|
||||
);
|
||||
// Approved comments have different display depending on some conditions.
|
||||
|
Loading…
x
Reference in New Issue
Block a user