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() { ?>