[wp-trac] [WordPress Trac] #36424: graphically visualize if comments are closed (in wp-admin/edit.php)

WordPress Trac noreply at wordpress.org
Fri Jun 3 09:56:19 UTC 2016


#36424: graphically visualize if comments are closed (in wp-admin/edit.php)
-------------------------------------+-------------------------------------
 Reporter:  pixelverbieger           |       Owner:
     Type:  enhancement              |      Status:  new
 Priority:  normal                   |   Milestone:  Future Release
Component:  Comments                 |     Version:
 Severity:  normal                   |  Resolution:
 Keywords:  has-patch has-           |     Focuses:  ui, accessibility,
  screenshots ux-feedback            |  administration
-------------------------------------+-------------------------------------

Comment (by Presskopp):

 To bring a little more confusion in ;-) , we didn't even discuss
 possibilities like this yet:

 {{{#!php
 if ( ! pings_open( $post_id ) ) {
    printf( '<span aria-hidden="true" class="dashicons dashicons-
 hidden"></span><span class="screen-reader-text">%s</span>', __(
 'Pingbacks/Trackbacks are not allowed' ) );
 }
 }}}

 No, I don't want it like that - just a thought I had to share.

--
Ticket URL: <https://core.trac.wordpress.org/ticket/36424#comment:38>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list