Make WordPress Core


Ignore:
Timestamp:
03/26/2009 02:17:01 AM (16 years ago)
Author:
azaozz
Message:

Fix empty table cells in IE

File:
1 edited

Legend:

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

    r10717 r10839  
    229229                    break;
    230230                case 'rel':
    231                     ?><td <?php echo $attributes ?>><?php echo $link->link_rel; ?></td><?php
     231                    ?><td <?php echo $attributes ?>><?php echo empty($link->link_rel) ? '<br />' : $link->link_rel; ?></td><?php
    232232                    break;
    233233                case 'visible':
Note: See TracChangeset for help on using the changeset viewer.