summaryrefslogtreecommitdiffstats
path: root/wp-admin/plugins.php
diff options
context:
space:
mode:
Diffstat (limited to 'wp-admin/plugins.php')
-rw-r--r--wp-admin/plugins.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/wp-admin/plugins.php b/wp-admin/plugins.php
index 1be16fb..4b5e3b3 100644
--- a/wp-admin/plugins.php
+++ b/wp-admin/plugins.php
@@ -88,10 +88,10 @@ if (empty($plugins)) {
<table class="widefat">
<thead>
<tr>
- <th style="text-align: left"><?php _e('Plugin'); ?></th>
- <th><?php _e('Version'); ?></th>
- <th style="text-align: left"><?php _e('Description'); ?></th>
- <th><?php _e('Action'); ?></th>
+ <th><?php _e('Plugin'); ?></th>
+ <th style="text-align: center"><?php _e('Version'); ?></th>
+ <th><?php _e('Description'); ?></th>
+ <th style="text-align: center"><?php _e('Action'); ?></th>
</tr>
</thead>
<?php