Make WordPress Core


Ignore:
Timestamp:
02/21/2005 05:58:09 AM (21 years ago)
Author:
matt
Message:

Wrong order - http://mosquito.wordpress.org/view.php?id=928

File:
1 edited

Legend:

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

    r2051 r2368  
    117117              <th scope="row"> <?php _e('friendship') ?> </th>
    118118              <td>
     119                <label for="contact">
     120                <input class="valinp" type="radio" name="friendship" value="contact" id="contact" <?php xfn_check('friendship', 'contact', 'radio'); ?> /> <?php _e('contact') ?></label>
    119121                <label for="acquaintance">
    120122                <input class="valinp" type="radio" name="friendship" value="acquaintance" id="acquaintance" <?php xfn_check('friendship', 'acquaintance', 'radio'); ?> />  <?php _e('acquaintance') ?></label>
    121                 <label for="contact">
    122                 <input class="valinp" type="radio" name="friendship" value="contact" id="contact" <?php xfn_check('friendship', 'contact', 'radio'); ?> /> <?php _e('contact') ?></label>
    123123                <label id="friend">
    124124                <input class="valinp" type="radio" name="friendship" value="friend" id="friend" <?php xfn_check('friendship', 'friend', 'radio'); ?> /> <?php _e('friend') ?></label>
Note: See TracChangeset for help on using the changeset viewer.