- Timestamp:
- 03/15/2014 04:31:58 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-media-list-table.php
r27029 r27548 165 165 $posts_columns['parent'] = _x( 'Uploaded to', 'column name' ); 166 166 if ( post_type_supports( 'attachment', 'comments' ) ) 167 $posts_columns['comments'] = '<span class="vers">< div title="' . esc_attr__( 'Comments' ) . '" class="comment-grey-bubble"></div></span>';167 $posts_columns['comments'] = '<span class="vers"><span title="' . esc_attr__( 'Comments' ) . '" class="comment-grey-bubble"></span></span>'; 168 168 } 169 169 /* translators: column name */
Note: See TracChangeset
for help on using the changeset viewer.