Make WordPress Core


Ignore:
Timestamp:
05/26/2010 10:18:19 PM (15 years ago)
Author:
ryan
Message:

Tools help. Props duck_. see #13467

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/tools.php

    r14778 r14966  
    1111
    1212$title = __('Tools');
     13
     14add_contextual_help($current_screen, '<p>' . __('Press This is a bookmarklet that makes it easy to blog about something you come across on the web. You can use it to just grab a link, or to post an excerpt. Press This will even allow you to choose from images included on the page and use them in your post. Just drag the Press This link on this screen to your bookmarks bar in your browser, and you&#8217;ll be you&#8217;ll be on your way to easier content creation.') . '</p>' .
     15    '<p>' . __('Note: Turbo/Gears is no longer promoted on this screen as it was in previous versions due to the fact that Google has discontinued support for it.') . '</p>' .
     16    '<p>' . __('<strong>For more information:</strong>') . '</p>' .
     17    '<p>' . sprintf(__('<a href="%s">Tools Documentation</a>'), 'http://codex.wordpress.org/Tools_Tools_SubPanel') . '</p>' .
     18    '<p>' . sprintf(__('<a href="%s">Support Forums</a>'), 'http://wordpress.org/support/') . '</p>'
     19);
    1320
    1421require_once('./admin-header.php');
Note: See TracChangeset for help on using the changeset viewer.