From e46b1da6f4455f1676d37b3ec7b2a1e5410ccc65 Mon Sep 17 00:00:00 2001 From: nacin Date: Tue, 17 May 2011 05:58:40 +0000 Subject: [PATCH] Credits page HTML closing tag and alt fix, props Utkarsh. Link gravatars to profiles. fixes #17384. git-svn-id: http://svn.automattic.com/wordpress/trunk@17942 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/credits.php | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/wp-admin/credits.php b/wp-admin/credits.php index ef2944ffa..28122a0e0 100644 --- a/wp-admin/credits.php +++ b/wp-admin/credits.php @@ -68,7 +68,7 @@ if ( ! $results ) { 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. We couldn't possibly list them all, but here some of the most influential people currently involved with the project:" ) . "

\n"; $gravatar = is_ssl() ? 'https://secure.gravatar.com/avatar/' : 'http://0.gravatar.com/avatar/'; @@ -77,7 +77,10 @@ foreach ( $results['people'] as $group_slug => $members ) { echo '\n"; }