Changeset 3770 for trunk/wp-admin/plugins.php
- Timestamp:
- 05/10/2006 08:35:10 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/plugins.php
r3759 r3770 79 79 } else { 80 80 ?> 81 <table width="100%" cellpadding="3" cellspacing="3"> 81 <table class="widefat"> 82 <thead> 82 83 <tr> 83 <th ><?php _e('Plugin'); ?></th>84 <th style="text-align: left"><?php _e('Plugin'); ?></th> 84 85 <th><?php _e('Version'); ?></th> 85 <th ><?php _e('Description'); ?></th>86 <th style="text-align: left"><?php _e('Description'); ?></th> 86 87 <th><?php _e('Action'); ?></th> 87 88 </tr> 89 </thead> 88 90 <?php 89 91 $style = '';
Note: See TracChangeset
for help on using the changeset viewer.