Make WordPress Core


Ignore:
Timestamp:
12/01/2011 04:51:35 AM (14 years ago)
Author:
ryan
Message:

Pinking shears

File:
1 edited

Legend:

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

    r19445 r19528  
    4444'id'        => 'overview',
    4545'title'     => __('Overview'),
    46 'content'   => 
     46'content'   =>
    4747    '<p>' . sprintf(__('You can add links here to be displayed on your site, usually using <a href="%s">Widgets</a>. By default, links to several sites in the WordPress community are included as examples.'), 'widgets.php') . '</p>' .
    4848    '<p>' . __('Links may be separated into Link Categories; these are different than the categories used on your posts.') . '</p>' .
     
    5252'id'        => 'deleting-links',
    5353'title'     => __('Deleting Links'),
    54 'content'   => 
     54'content'   =>
    5555    '<p>' . __('If you delete a link, it will be removed permanently, as Links do not have a Trash function yet.') . '</p>'
    5656) );
Note: See TracChangeset for help on using the changeset viewer.