Changes between Initial Version and Version 1 of Ticket #36424, comment 3
- Timestamp:
- 04/08/2016 08:50:27 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #36424, comment 3
initial v1 7 7 {{{#!php 8 8 9 // No comments at all.9 // Comments are closed, show a lock then - Translation needed 10 10 if (!comments_open( $post_id )) { 11 11 printf( '<span aria-hidden="true"><span class="dashicons dashicons-lock"></span></span><span class="screen-reader-text">%s</span>', 12 12 __( 'Comments closed' ) 13 13 ); 14 // Comments are closed, show a lock then - Translation needed14 // No comments at all. 15 15 } elseif ( ! $approved_comments && ! $pending_comments ) { 16 16 printf( '<span aria-hidden="true">—</span><span class="screen-reader-text">%s</span>',