mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
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
This commit is contained in:
@@ -102,7 +102,7 @@ foreach ( (array) $results['lists'] as $group_slug => $members ) {
|
||||
echo '<h3 class="wp-props-group">' . $title . "</h3>\n\n";
|
||||
array_walk( $members, '_wp_credits_add_profile_link', $results['data']['profile_prefix'] );
|
||||
shuffle( $members );
|
||||
echo wp_sprintf( '%l.', $members );
|
||||
echo '<p>' . wp_sprintf( '%l.', $members ) . "</p>\n\n";
|
||||
}
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user