Changeset 22439 for trunk/wp-admin/includes/class-wp-posts-list-table.php
- Timestamp:
- 11/07/2012 08:54:08 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/class-wp-posts-list-table.php
r22019 r22439 281 281 $post_status = !empty( $_REQUEST['post_status'] ) ? $_REQUEST['post_status'] : 'all'; 282 282 if ( post_type_supports( $post_type, 'comments' ) && !in_array( $post_status, array( 'pending', 'draft', 'future' ) ) ) 283 $posts_columns['comments'] = '<span class="vers">< img alt="' . esc_attr__( 'Comments' ) . '" src="' . esc_url( admin_url( 'images/comment-grey-bubble.png' ) ) . '" /></span>';283 $posts_columns['comments'] = '<span class="vers"><div title="' . esc_attr__( 'Comments' ) . '" class="comment-grey-bubble"></div></span>'; 284 284 285 285 $posts_columns['date'] = __( 'Date' );
Note: See TracChangeset
for help on using the changeset viewer.