From 85d36b3db037f981551528392cbb579b4c759dea Mon Sep 17 00:00:00 2001 From: Andrew 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: https://develop.svn.wordpress.org/trunk@18004 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 c1ee3a5d85..6f97ad5047 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"; } ?>