Make WordPress Core


Ignore:
Timestamp:
08/21/2015 05:25:06 PM (9 years ago)
Author:
wonderboymusic
Message:

Comment List Tables:

  • Toggle visibility of pending bubble when a comment is dynamically moderated
  • Add a CSS class to the pending bubble to hide it / remove to show it

See #11200.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-wp-list-table.php

    r33668 r33692  
    650650            );
    651651        } else {
    652             printf( '<span class="post-com-count post-com-count-pending"><span class="comment-count comment-count-no-pending" aria-hidden="true">%s</span><span class="screen-reader-text">%s</span></span>',
     652            printf( '<span class="post-com-count post-com-count-pending post-com-count-no-pending"><span class="comment-count comment-count-no-pending" aria-hidden="true">%s</span><span class="screen-reader-text">%s</span></span>',
    653653                $pending_comments_number,
    654654                $approved_comments ? __( 'No pending comments' ) : __( 'No comments' )
Note: See TracChangeset for help on using the changeset viewer.