Changeset 32991
- Timestamp:
- 06/28/2015 03:43:32 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-media-list-table.php
r32933 r32991 281 281 $posts_columns['parent'] = _x( 'Uploaded to', 'column name' ); 282 282 if ( post_type_supports( 'attachment', 'comments' ) ) 283 $posts_columns['comments'] = '<span class="vers "><span title="' . esc_attr__( 'Comments' ) . '" class="comment-grey-bubble"></span></span>';283 $posts_columns['comments'] = '<span class="vers comment-grey-bubble" title="' . esc_attr__( 'Comments' ) . '"><span class="screen-reader-text">' . __( 'Comments' ) . '</span></span>'; 284 284 } 285 285 /* translators: column name */
Note: See TracChangeset
for help on using the changeset viewer.