Changeset 7104 for trunk/wp-admin/link-manager.php
- Timestamp:
- 02/29/2008 05:09:44 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/link-manager.php
r7057 r7104 121 121 <?php 122 122 $link_columns = array( 123 'name' => '<th width="15%">' . __('Name') . '</th>',123 'name' => '<th style="width: 15%;">' . __('Name') . '</th>', 124 124 'url' => '<th>' . __('URL') . '</th>', 125 125 'categories' => '<th>' . __('Categories') . '</th>', … … 197 197 break; 198 198 case 'visible': 199 ?><td align='center'><?php echo $visible; ?></td><?php199 ?><td style='text-align: center;'><?php echo $visible; ?></td><?php 200 200 break; 201 201 default:
Note: See TracChangeset
for help on using the changeset viewer.