summaryrefslogtreecommitdiffstats
path: root/wp-admin/link-manager.php
diff options
context:
space:
mode:
Diffstat (limited to 'wp-admin/link-manager.php')
-rw-r--r--wp-admin/link-manager.php14
1 files changed, 7 insertions, 7 deletions
diff --git a/wp-admin/link-manager.php b/wp-admin/link-manager.php
index 7a15323..a4a2639 100644
--- a/wp-admin/link-manager.php
+++ b/wp-admin/link-manager.php
@@ -104,13 +104,13 @@ printf(__('Currently showing %1$s links ordered by %2$s'), $select_cat, $select_
<table class="widefat">
<thead>
<tr>
- <th width="15%" style="text-align: left"><?php _e('Name') ?></th>
- <th style="text-align: left"><?php _e('URL') ?></th>
- <th style="text-align: left"><?php _e('Categories') ?></th>
- <th><?php _e('rel') ?></th>
- <th><?php _e('Visible') ?></th>
- <th colspan="2"><?php _e('Action') ?></th>
- <th><input type="checkbox" onclick="checkAll(document.getElementById('links'));" /></th>
+ <th width="15%"><?php _e('Name') ?></th>
+ <th><?php _e('URL') ?></th>
+ <th><?php _e('Categories') ?></th>
+ <th style="text-align: center"><?php _e('rel') ?></th>
+ <th style="text-align: center"><?php _e('Visible') ?></th>
+ <th colspan="2" style="text-align: center"><?php _e('Action') ?></th>
+ <th style="text-align: center"><input type="checkbox" onclick="checkAll(document.getElementById('links'));" /></th>
</tr>
</thead>
<tbody id="the-list">