Changeset 4258 for trunk/wp-admin/link-manager.php
- Timestamp:
- 09/27/2006 12:51:17 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/link-manager.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/link-manager.php
r4133 r4258 105 105 <thead> 106 106 <tr> 107 <th width="15%" style="text-align: left"><?php _e('Name') ?></th>108 <th style="text-align: left"><?php _e('URL') ?></th>109 <th style="text-align: left"><?php _e('Categories') ?></th>110 <th ><?php _e('rel') ?></th>111 <th ><?php _e('Visible') ?></th>112 <th colspan="2" ><?php _e('Action') ?></th>113 <th ><input type="checkbox" onclick="checkAll(document.getElementById('links'));" /></th>107 <th width="15%"><?php _e('Name') ?></th> 108 <th><?php _e('URL') ?></th> 109 <th><?php _e('Categories') ?></th> 110 <th style="text-align: center"><?php _e('rel') ?></th> 111 <th style="text-align: center"><?php _e('Visible') ?></th> 112 <th colspan="2" style="text-align: center"><?php _e('Action') ?></th> 113 <th style="text-align: center"><input type="checkbox" onclick="checkAll(document.getElementById('links'));" /></th> 114 114 </tr> 115 115 </thead>
Note: See TracChangeset
for help on using the changeset viewer.