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:
parent
7ba3b5df8f
commit
a88ae300d5
@ -89,7 +89,7 @@ if ( ! $credits ) {
|
||||
exit;
|
||||
}
|
||||
|
||||
echo '<p class="about-description">' . __( 'WordPress is created by a worldwide team of passionate individuals. We couldn’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/';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user