mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +00:00
Update deprecated attributes. Props hansengel. fixes #6037
git-svn-id: https://develop.svn.wordpress.org/trunk@7104 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -120,7 +120,7 @@ echo $select_order;
|
||||
|
||||
<?php
|
||||
$link_columns = array(
|
||||
'name' => '<th width="15%">' . __('Name') . '</th>',
|
||||
'name' => '<th style="width: 15%;">' . __('Name') . '</th>',
|
||||
'url' => '<th>' . __('URL') . '</th>',
|
||||
'categories' => '<th>' . __('Categories') . '</th>',
|
||||
'rel' => '<th style="text-align: center">' . __('rel') . '</th>',
|
||||
@@ -196,7 +196,7 @@ if ( $links ) {
|
||||
?><td><?php echo $link->link_rel; ?></td><?php
|
||||
break;
|
||||
case 'visible':
|
||||
?><td align='center'><?php echo $visible; ?></td><?php
|
||||
?><td style='text-align: center;'><?php echo $visible; ?></td><?php
|
||||
break;
|
||||
default:
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user