Make WordPress Core

Changeset 9927


Ignore:
Timestamp:
11/27/2008 08:38:30 PM (17 years ago)
Author:
ryan
Message:

Remove tags column from Media Library. fixes #8379

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/template.php

    r9923 r9927  
    704704    $posts_columns['media'] = _c('File|media column header');
    705705    $posts_columns['author'] = __('Author');
    706     $posts_columns['tags'] = _c('Tags|media column header');
     706    //$posts_columns['tags'] = _c('Tags|media column header');
    707707    $posts_columns['parent'] = _c('Attached to|media column header');
    708708    $posts_columns['comments'] = '<div class="vers"><img alt="Comments" src="images/comment-grey-bubble.png" /></div>';
Note: See TracChangeset for help on using the changeset viewer.