Changeset 14966 for trunk/wp-admin/tools.php
- Timestamp:
- 05/26/2010 10:18:19 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/tools.php
r14778 r14966 11 11 12 12 $title = __('Tools'); 13 14 add_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’ll be you’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 ); 13 20 14 21 require_once('./admin-header.php');
Note: See TracChangeset
for help on using the changeset viewer.