Remove tags column from Media Library. fixes #8379
git-svn-id: http://svn.automattic.com/wordpress/trunk@9927 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
d4a6710c19
commit
fd25a786fe
|
@ -703,7 +703,7 @@ function wp_manage_media_columns() {
|
||||||
$posts_columns['icon'] = '';
|
$posts_columns['icon'] = '';
|
||||||
$posts_columns['media'] = _c('File|media column header');
|
$posts_columns['media'] = _c('File|media column header');
|
||||||
$posts_columns['author'] = __('Author');
|
$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['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'] = '<div class="vers"><img alt="Comments" src="images/comment-grey-bubble.png" /></div>';
|
||||||
//$posts_columns['comments'] = __('Comments');
|
//$posts_columns['comments'] = __('Comments');
|
||||||
|
|
Loading…
Reference in New Issue