Remove tags column from Media Library. fixes #8379

git-svn-id: https://develop.svn.wordpress.org/trunk@9927 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2008-11-27 20:38:30 +00:00
parent fd01d86cf8
commit 77763bce82
1 changed files with 1 additions and 1 deletions

View File

@ -703,7 +703,7 @@ function wp_manage_media_columns() {
$posts_columns['icon'] = '';
$posts_columns['media'] = _c('File|media column header');
$posts_columns['author'] = __('Author');
$posts_columns['tags'] = _c('Tags|media column header');
//$posts_columns['tags'] = _c('Tags|media column header');
$posts_columns['parent'] = _c('Attached to|media column header');
$posts_columns['comments'] = '<div class="vers"><img alt="Comments" src="images/comment-grey-bubble.png" /></div>';
//$posts_columns['comments'] = __('Comments');