- Timestamp:
- 02/22/2015 09:47:30 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-posts-list-table.php
r31331 r31513 336 336 $post_status = !empty( $_REQUEST['post_status'] ) ? $_REQUEST['post_status'] : 'all'; 337 337 if ( post_type_supports( $post_type, 'comments' ) && !in_array( $post_status, array( 'pending', 'draft', 'future' ) ) ) 338 $posts_columns['comments'] = '<span class="vers "><span title="' . esc_attr__( 'Comments' ) . '" class="comment-grey-bubble"></span></span>';338 $posts_columns['comments'] = '<span class="vers comment-grey-bubble" title="' . esc_attr__( 'Comments' ) . '"><span class="screen-reader-text">' . __( 'Comments' ) . '</span></span>'; 339 339 340 340 $posts_columns['date'] = __( 'Date' );
Note: See TracChangeset
for help on using the changeset viewer.