From a88ae300d5412ee1c3cfb9497c944278aad30648 Mon Sep 17 00:00:00 2001 From: Mark Jaquith Date: Tue, 22 Nov 2011 20:34:34 +0000 Subject: [PATCH] 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 --- wp-admin/credits.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/credits.php b/wp-admin/credits.php index 584f5b60bd..e48586dddb 100644 --- a/wp-admin/credits.php +++ b/wp-admin/credits.php @@ -89,7 +89,7 @@ if ( ! $credits ) { exit; } -echo '

' . __( '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:' ) . "

\n"; +echo '

' . __( 'WordPress is created by a worldwide team of passionate individuals.' ) . "

\n"; $gravatar = is_ssl() ? 'https://secure.gravatar.com/avatar/' : 'http://0.gravatar.com/avatar/';