diff options
| author | donncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36> | 2006-09-27 14:25:06 +0000 |
|---|---|---|
| committer | donncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36> | 2006-09-27 14:25:06 +0000 |
| commit | 975439ecc7163247a96d5feec3920a1602943b73 (patch) | |
| tree | 081c264a6d1aba471ec320cca6f2cffc10297469 /wp-admin/plugins.php | |
| parent | 3504926f8687e7557e64c73bc668b90e5da64a76 (diff) | |
| download | wordpress-mu-975439ecc7163247a96d5feec3920a1602943b73.tar.gz wordpress-mu-975439ecc7163247a96d5feec3920a1602943b73.tar.xz wordpress-mu-975439ecc7163247a96d5feec3920a1602943b73.zip | |
WP Merge to rev 4258
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@774 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'wp-admin/plugins.php')
| -rw-r--r-- | wp-admin/plugins.php | 8 |
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 |
