Make WordPress Core


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

Help cleanup. Props duck_. see #13467

File:
1 edited

Legend:

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

    r14909 r14965  
    5454add_contextual_help($current_screen, '<p>' . __('You can create groups of links by using link categories. Link category names must be unique and link categories are separate from the categories you use for posts.') . '</p>' .
    5555    '<p>' . __('You can delete link categories, but that action does not delete the links within the category. Instead, it moves them to the default link category.') . '</p>' .
    56 '<p>'. __('For more information:').
    57 
    58 '</p>
    59 <ul>
    60             <li>'.__( sprintf ('<a href="%1$s">%2$s</a>', 'http://codex.wordpress.org/Links_Link_Categories_SubPanel', 'Link Categories Documentation') ) .'</li>' .
    61 '           <li>'.__( sprintf ('<a href="%1$s">%2$s</a>', 'http://wordpress.org/support/', 'Support Forums') ) .'</li>' .
    62 
    63         '</ul>'
     56    '<p>' . __('<strong>For more information:</strong>') . '</p>' .
     57    '<p>' . sprintf(__('<a href="%1$s">Link Categories Documentation</a>'), 'http://codex.wordpress.org/Links_Link_Categories_SubPanel') . '</p>' .
     58    '<p>' . sprintf(__('<a href="%1$s">Support Forums</a>'), 'http://wordpress.org/support/') . '</p>'
    6459);
    6560
Note: See TracChangeset for help on using the changeset viewer.