Changeset 22439 for trunk/wp-admin/includes/class-wp-media-list-table.php
- Timestamp:
- 11/07/2012 08:54:08 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/class-wp-media-list-table.php
r21996 r22439 157 157 $posts_columns['parent'] = _x( 'Attached to', 'column name' ); 158 158 if ( post_type_supports( 'attachment', 'comments' ) ) 159 $posts_columns['comments'] = '<span class="vers">< img alt="' . esc_attr__( 'Comments' ) . '" src="' . esc_url( admin_url( 'images/comment-grey-bubble.png' ) ) . '" /></span>';159 $posts_columns['comments'] = '<span class="vers"><div title="' . esc_attr__( 'Comments' ) . '" class="comment-grey-bubble"></div></span>'; 160 160 } 161 161 /* translators: column name */
Note: See TracChangeset
for help on using the changeset viewer.