Ticket #36424: 36424.patch
File 36424.patch, 571 bytes (added by , 9 years ago) |
---|
-
src/wp-admin/includes/class-wp-list-table.php
686 686 $approved_comments ? __( 'No pending comments' ) : __( 'No comments' ) 687 687 ); 688 688 } 689 if ( ! comments_open( $post_id ) ) { 690 printf( '<span aria-hidden="true" class="dashicons dashicons-lock"></span><span class="screen-reader-text">%s</span>', __( 'Comments are closed' ) ); 691 } 689 692 } 690 693 691 694 /**