Make WordPress Core

Changeset 3207


Ignore:
Timestamp:
11/23/2005 11:07:36 PM (18 years ago)
Author:
ryan
Message:

Check those XFN boxes. fixes #1946

File:
1 edited

Legend:

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

    r3061 r3207  
    1313
    1414function xfn_check($class, $value = '', $type = 'check') {
    15     global $link_rel;
     15    global $link;
     16
     17    $link_rel = $link->link_rel;
    1618    $rels = preg_split('/\s+/', $link_rel);
    1719
     
    6264            <tr>
    6365                <th width="33%" scope="row"><?php _e('rel:') ?></th>
    64                 <td width="67%"><input type="text" name="link_rel" id="rel" size="50" value="<?php echo $link->link_rel; ?>" /></td>
     66                <td width="67%"><input type="text" name="link_rel" id="link_rel" size="50" value="<?php echo $link->link_rel; ?>" /></td>
    6567            </tr>
    6668            <tr>
Note: See TracChangeset for help on using the changeset viewer.