Remove the the typo that no one noticed on the the credits screen.

git-svn-id: http://svn.automattic.com/wordpress/trunk@19402 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
markjaquith 2011-11-22 20:34:34 +00:00
parent 01942e30b8
commit a5b0f9d666
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ if ( ! $credits ) {
exit;
}
echo '<p class="about-description">' . __( 'WordPress is created by a worldwide team of passionate individuals. We couldn&#8217;t possibly list them all, but here some of the most influential people currently involved with the project:' ) . "</p>\n";
echo '<p class="about-description">' . __( 'WordPress is created by a worldwide team of passionate individuals.' ) . "</p>\n";
$gravatar = is_ssl() ? 'https://secure.gravatar.com/avatar/' : 'http://0.gravatar.com/avatar/';