Make WordPress Core


Ignore:
Timestamp:
02/29/2008 05:09:44 PM (17 years ago)
Author:
ryan
Message:

Update deprecated attributes. Props hansengel. fixes #6037

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/link-manager.php

    r7057 r7104  
    121121<?php
    122122$link_columns = array(
    123     'name'       => '<th width="15%">' . __('Name') . '</th>',
     123    'name'       => '<th style="width: 15%;">' . __('Name') . '</th>',
    124124    'url'       => '<th>' . __('URL') . '</th>',
    125125    'categories' => '<th>' . __('Categories') . '</th>',
     
    197197                    break;
    198198                case 'visible':
    199                     ?><td align='center'><?php echo $visible; ?></td><?php
     199                    ?><td style='text-align: center;'><?php echo $visible; ?></td><?php
    200200                    break;
    201201                default:
Note: See TracChangeset for help on using the changeset viewer.