From 20012cc9f12a055701695e61b83f57f59bdeec14 Mon Sep 17 00:00:00 2001 From: Andrew 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: https://develop.svn.wordpress.org/trunk@17942 602fd350-edb4-49c9-b593-d223f7449a82 --- 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 ef2944ffa5..28122a0e04 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"; }