Make WordPress Core


Ignore:
Timestamp:
05/27/2010 11:52:15 AM (14 years ago)
Author:
nbachiyski
Message:

Menu translatable strings cleanup.

  • Take out <strong> of the translatable part of For more information:
  • Include support forums and Codex links inside translations, because most translators would want to change them to their local documentation sites or Codex prefixes
File:
1 edited

Legend:

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

    r14965 r14989  
    4545$this_file = $parent_file = 'link-manager.php';
    4646
    47 add_contextual_help( $current_screen, '<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 WordPress community are included as examples'), 'widgets.php') . '</p>' .
    48         '<p>' . __('Links may be separated into categories; these are different than the categories used on your posts.') . '</p>' .
    49         '<p>' . __('You can customize the display of this screen using the Screen Options tab and/or the dropdown filters above the links table.') . '</p>' .
    50         '<p>' . __('If you delete a link, it will be removed permanently, as Links do not have a Trash function yet. ') . '</p>' .
    51         '<p>' . __('<strong>For more information:</strong>') . '</p>' .
    52         '<p>'. sprintf(__('<a href="%1$s">Link Management Documentation</a>'), 'http://codex.wordpress.org/Links_Edit_SubPanel') . '</p>' .
    53         '<p>'. sprintf(__('<a href="%1$s">Support Forums</a>'), 'http://wordpress.org/support/') . '</p>'
     47add_contextual_help( $current_screen,
     48    '<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 WordPress community are included as examples'), 'widgets.php') . '</p>' .
     49    '<p>' . __('Links may be separated into categories; these are different than the categories used on your posts.') . '</p>' .
     50    '<p>' . __('You can customize the display of this screen using the Screen Options tab and/or the dropdown filters above the links table.') . '</p>' .
     51    '<p>' . __('If you delete a link, it will be removed permanently, as Links do not have a Trash function yet. ') . '</p>' .
     52    '<p><strong>' . __('For more information:') . '</strong></p>' .
     53    '<p>' . __('<a href="http://codex.wordpress.org/Links_Edit_SubPanel">Link Management Documentation</a>') . '</p>' .
     54    '<p>' . __('<a href="http://wordpress.org/support/">Support Forums</a>') . '</p>'
    5455);
    5556
Note: See TracChangeset for help on using the changeset viewer.