From 02aad2f19209481778438e361bf6816cf4b894fa Mon Sep 17 00:00:00 2001 From: nacin Date: Mon, 23 May 2011 05:49:44 +0000 Subject: [PATCH] Add paragraph tags around the blocks of contributors. see #17532. git-svn-id: http://svn.automattic.com/wordpress/trunk@18004 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- 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 c1ee3a5d8..6f97ad504 100644 --- a/wp-admin/credits.php +++ b/wp-admin/credits.php @@ -102,7 +102,7 @@ foreach ( (array) $results['lists'] as $group_slug => $members ) { echo '

' . $title . "

\n\n"; array_walk( $members, '_wp_credits_add_profile_link', $results['data']['profile_prefix'] ); shuffle( $members ); - echo wp_sprintf( '%l.', $members ); + echo '

' . wp_sprintf( '%l.', $members ) . "

\n\n"; } ?>