diff --git wp-admin/includes/class-wp-media-list-table.php wp-admin/includes/class-wp-media-list-table.php
index 28f9557..419c6cf 100644
|
|
class WP_Media_List_Table extends WP_List_Table { |
154 | 154 | |
155 | 155 | /* translators: column name */ |
156 | 156 | if ( !$this->detached ) { |
157 | | $posts_columns['parent'] = _x( 'Attached to', 'column name' ); |
158 | 157 | if ( post_type_supports( 'attachment', 'comments' ) ) |
159 | 158 | $posts_columns['comments'] = '<span class="vers"><div title="' . esc_attr__( 'Comments' ) . '" class="comment-grey-bubble"></div></span>'; |
160 | 159 | } |