Changeset 9927
- Timestamp:
- 11/27/2008 08:38:30 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/includes/template.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/template.php
r9923 r9927 704 704 $posts_columns['media'] = _c('File|media column header'); 705 705 $posts_columns['author'] = __('Author'); 706 $posts_columns['tags'] = _c('Tags|media column header');706 //$posts_columns['tags'] = _c('Tags|media column header'); 707 707 $posts_columns['parent'] = _c('Attached to|media column header'); 708 708 $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.