Changeset 7230 for trunk/wp-admin/edit-link-form.php
- Timestamp:
- 03/11/2008 07:23:07 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/edit-link-form.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-link-form.php
r7198 r7230 147 147 <input id="link_target_none" type="radio" name="link_target" value="" <?php echo(($link->link_target == '') ? 'checked="checked"' : ''); ?> /> 148 148 <?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> 149 150 </div> 150 151 </div> … … 159 160 </tr> 160 161 <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"> 164 164 <tr> 165 165 <th scope="row"> <?php _e('identity') ?> </th> … … 260 260 </tr> 261 261 </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> 262 263 </div> 263 264 </div>
Note: See TracChangeset
for help on using the changeset viewer.