Make WordPress Core


Ignore:
Timestamp:
05/26/2010 09:32:30 PM (14 years ago)
Author:
ryan
Message:

Help cleanup. Props duck_. see #13467

File:
1 edited

Legend:

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

    r14909 r14965  
    4141    '<p>' . __('The boxes for link name, web address, and description have fixed positions, while the others may be repositioned using drag and drop. You can also hide boxes you don\'t use in the Screen Options tab, or minimize boxes by clicking on the title bar of the box.') . '</p>' .
    4242    '<p>' . __( sprintf('XFN stands for <a href="%s">XHTML Friends Network</a>, which is optional. WordPress allows the generation of XFN attributes to show how you are related to the authors/owners of site to which you are linking.', 'http://gmpg.org/xfn/'  ) ) . '</p>' .
    43 '<p>'. __('For more information:').
    44 
    45 '</p>
    46 <ul>
    47             <li>'.__( sprintf ('<a href="%1$s">%2$s</a>', 'http://codex.wordpress.org/Links_Add_New_SubPanel', 'Creating Links Documentation') ) .'</li>' .
    48 '           <li>'.__( sprintf ('<a href="%1$s">%2$s</a>', 'http://wordpress.org/support/', 'Support Forums') ) .'</li>' .
    49 
    50         '</ul>'
     43    '<p>' . __('<strong>For more information:</strong>') . '</p>' .
     44    '<p>' . sprintf(__('<a href="%1$s">Creating Links Documentation</a>'), 'http://codex.wordpress.org/Links_Add_New_SubPanel') . '</p>' .
     45    '<p>' . sprintf(__('<a href="%1$s">Support Forums</a>'), 'http://wordpress.org/support/') . '</p>'
    5146);
    5247
Note: See TracChangeset for help on using the changeset viewer.