From 1443193079cceba7c13313527905d730e764143b Mon Sep 17 00:00:00 2001 From: westi Date: Wed, 1 Jun 2011 15:37:04 +0000 Subject: [PATCH] Help Tab text updatates. Fixes #17312 prop dougwrites. git-svn-id: http://svn.automattic.com/wordpress/trunk@18092 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/credits.php | 9 +++++++++ wp-admin/edit-comments.php | 2 +- wp-admin/edit-form-advanced.php | 8 ++++---- wp-admin/index.php | 6 +++--- wp-admin/nav-menus.php | 2 +- wp-admin/network.php | 2 +- wp-admin/network/index.php | 2 +- wp-admin/network/sites.php | 2 +- wp-admin/network/themes.php | 2 +- wp-admin/network/upgrade.php | 2 +- wp-admin/network/user-new.php | 2 +- wp-admin/options-privacy.php | 2 +- wp-admin/tools.php | 2 +- 13 files changed, 26 insertions(+), 17 deletions(-) diff --git a/wp-admin/credits.php b/wp-admin/credits.php index 2e50de019..191edbb5e 100644 --- a/wp-admin/credits.php +++ b/wp-admin/credits.php @@ -12,6 +12,15 @@ require_once( './admin.php' ); $title = __( 'Credits' ); $parent_file = 'index.php'; +add_contextual_help($current_screen, + '

' . __('Each name or handle is a link to that person’s profile in the WordPress.org community directory.') . '

' . + '

' . __('You can register your own profile at this link to start contributing.') . '

' . + '

' . __('WordPress always needs more people to report bugs, patch bugs, test betas, work on UI design, translate strings, write documentation, and add questions/answers/suggestions to the Support Forums. Join in!') . '

' . + '

' . __('For more information:') . '

' . + '

' . __('Documentation on Contributing to WordPress') . '

' . + '

' . __('Support Forums') . '

' +); + add_action( 'admin_head', '_wp_credits_add_css' ); function _wp_credits_add_css() { ?>