mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-14 09:34:41 +00:00
Reduce dependency on inline style. Props mdawaffe. fixes #6228
git-svn-id: https://develop.svn.wordpress.org/trunk@7304 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -83,7 +83,7 @@ if (empty($plugins)) {
|
||||
?>
|
||||
|
||||
<div class="tablenav">
|
||||
<div style="float: left">
|
||||
<div class="alignleft">
|
||||
<?php
|
||||
$active = get_option('active_plugins');
|
||||
$inactive = get_option('deactivated_plugins');
|
||||
@@ -98,16 +98,16 @@ if (empty($plugins)) {
|
||||
} // endif active/inactive plugin check
|
||||
?>
|
||||
</div>
|
||||
<br style="clear:both;">
|
||||
<br class="clear" />
|
||||
</div>
|
||||
|
||||
<br style="clear:both;">
|
||||
<br class="clear" />
|
||||
|
||||
<table class="widefat">
|
||||
<thead>
|
||||
<tr>
|
||||
<th><?php _e('Plugin'); ?></th>
|
||||
<th style="text-align: center"><?php _e('Version'); ?></th>
|
||||
<th class="num"><?php _e('Version'); ?></th>
|
||||
<th><?php _e('Description'); ?></th>
|
||||
<th <?php if ( current_user_can('edit_plugins') ) echo ' colspan="2"'; ?>><?php _e('Action'); ?></th>
|
||||
</tr>
|
||||
|
||||
Reference in New Issue
Block a user