Make WordPress Core


Ignore:
Timestamp:
03/11/2008 07:23:07 AM (18 years ago)
Author:
matt
Message:

Visual and English tweaks throughout.

File:
1 edited

Legend:

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

    r7198 r7230  
    147147<input id="link_target_none" type="radio" name="link_target" value="" <?php echo(($link->link_target == '') ? 'checked="checked"' : ''); ?> />
    148148<?php _e('none') ?></label>
     149<p><?php _e('Choose the frame your link targets. Essentially this means if you choose <code>_blank</code> your link will open in a new window.'); ?></p>
    149150</div>
    150151</div>
     
    159160    </tr>
    160161    <tr>
    161         <th scope="row"><?php _e('<a href="http://gmpg.org/xfn/">XFN</a> Creator:') ?></th>
    162         <td>
    163             <table cellpadding="3" cellspacing="5">
     162        <td colspan="2">
     163            <table cellpadding="3" cellspacing="5" class="form-table">
    164164                <tr>
    165165                    <th scope="row"> <?php _e('identity') ?> </th>
     
    260260    </tr>
    261261</table>
     262<p><?php _e('If the link is to a person, you can specify your relationship with them using the above form. If you would like to learn more about the idea check out <a href="http://gmpg.org/xfn/">XFN</a>.'); ?></p>
    262263</div>
    263264</div>
Note: See TracChangeset for help on using the changeset viewer.