Ticket #22439: 22439.3.diff
File 22439.3.diff, 685 bytes (added by , 13 years ago) |
---|
-
wp-admin/includes/class-wp-media-list-table.php
154 154 155 155 /* translators: column name */ 156 156 if ( !$this->detached ) { 157 $posts_columns['parent'] = _x( ' Attached to', 'column name' );157 $posts_columns['parent'] = _x( 'Uploaded to', 'column name' ); 158 158 if ( post_type_supports( 'attachment', 'comments' ) ) 159 159 $posts_columns['comments'] = '<span class="vers"><div title="' . esc_attr__( 'Comments' ) . '" class="comment-grey-bubble"></div></span>'; 160 160 }