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

git-svn-id: https://develop.svn.wordpress.org/trunk@19402 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Mark Jaquith 2011-11-22 20:34:34 +00:00
parent 7ba3b5df8f
commit a88ae300d5
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/';