Wordpress link Link Relationship (XFN) nofollow

File:wp-admin/edit-link-form.php

   <table cellpadding="3" cellspacing="5" class="form-table">
 

 
    <tr>
    <th scope="row"> <?php _e(’external’) ?> </th>
    <td>
    <label for="external">
    <input class="valinp" type="checkbox" name="external" value="external" id="external" <?php xfn_check(’external’, ‘external’); ?> />
    <?php _e(’external’) ?></label>
    </td>
    </tr>
    <tr>
    <th scope="row"> <?php _e(’following’) ?> </th>
    <td>
    <label for="follow">
    <input class="valinp" type="checkbox" name="follow" value="nofollow" id="nofollow" <?php xfn_check(’follow’, ‘nofollow’); ?> />
    <?php _e(’nofollow’) ?></label>
    </td>
    </tr>

你可能感兴趣的:(wordpress)