diff --git a/wp-admin/edit-attachment-rows.php b/wp-admin/edit-attachment-rows.php index e952bc920e..ff4ca863ff 100644 --- a/wp-admin/edit-attachment-rows.php +++ b/wp-admin/edit-attachment-rows.php @@ -94,6 +94,12 @@ foreach ($posts_columns as $column_name => $column_display_name ) { + > + >'; $posts_columns['icon'] = ''; - $posts_columns['media'] = _c('Media|media column header'); + $posts_columns['media'] = _c('File|media column header'); + $posts_columns['author'] = __('Author'); $posts_columns['tags'] = _c('Tags|media column header'); -// $posts_columns['desc'] = _c('Description|media column header'); - $posts_columns['date'] = _c('Date Added|media column header'); - $posts_columns['parent'] = _c('Appears with|media column header'); + $posts_columns['parent'] = _c('Attached to|media column header'); //$posts_columns['comments'] = '
Comments
'; $posts_columns['comments'] = __('Comments'); -// $posts_columns['actions'] = _c('Actions|media column header'); + $posts_columns['date'] = _c('Date|media column header'); $posts_columns = apply_filters('manage_media_columns', $posts_columns); return $posts_columns;