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/edit-link-form.php

    r7101 r7104  
    146146<h3><?php _e('Link Relationship (XFN)') ?></h3>
    147147<div class="inside">
    148 <table class="editform" width="100%" cellspacing="2" cellpadding="5">
    149     <tr>
    150         <th width="20%" scope="row"><?php _e('rel:') ?></th>
    151         <td width="80%"><input type="text" name="link_rel" id="link_rel" size="50" value="<?php echo $link->link_rel; ?>" /></td>
     148<table class="editform" style="width: 100%;" cellspacing="2" cellpadding="5">
     149    <tr>
     150        <th style="width: 20%;" scope="row"><?php _e('rel:') ?></th>
     151        <td style="width: 80%;"><input type="text" name="link_rel" id="link_rel" size="50" value="<?php echo $link->link_rel; ?>" /></td>
    152152    </tr>
    153153    <tr>
     
    259259<h3><?php _e('Advanced') ?></h3>
    260260<div class="inside">
    261 <table class="editform" width="100%" cellspacing="2" cellpadding="5">
    262     <tr>
    263         <th width="20%" scope="row"><?php _e('Image Address:') ?></th>
    264         <td width="80%"><input type="text" name="link_image" size="50" value="<?php echo $link->link_image; ?>" style="width: 95%" /></td>
     261<table class="editform" style="width: 100%;" cellspacing="2" cellpadding="5">
     262    <tr>
     263        <th style="width: 20%;" scope="row"><?php _e('Image Address:') ?></th>
     264        <td style="width: 80%;"><input type="text" name="link_image" size="50" value="<?php echo $link->link_image; ?>" style="width: 95%" /></td>
    265265    </tr>
    266266    <tr>
Note: See TracChangeset for help on using the changeset viewer.