| | 15 | add_contextual_help($current_screen, |
| | 16 | '<p>' . __('Each name or handle is a link to that person’s profile in the WordPress.org community directory.') . '</p>' . |
| | 17 | '<p>' . __('You can register your own profile at <a href="http://wordpress.org/support/register.php" target="_blank">this link</a> to start contributing.') . '</p>' . |
| | 18 | '<p>' . __('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!') . '</p>' . |
| | 19 | '<p><strong>' . __('For more information:') . '</strong></p>' . |
| | 20 | '<p>' . __('<a href="http://codex.wordpress.org/Contributing_to_WordPress" target="_blank">Documentation on Contributing to WordPress</a>') . '</p>' . |
| | 21 | '<p>' . __('<a href="http://wordpress.org/support/" target="_blank">Support Forums</a>') . '</p>' |
| | 22 | ); |
| | 23 | |