Make WordPress Core

Changeset 18004


Ignore:
Timestamp:
05/23/2011 05:49:44 AM (13 years ago)
Author:
nacin
Message:

Add paragraph tags around the blocks of contributors. see #17532.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/credits.php

    r18002 r18004  
    103103    array_walk( $members, '_wp_credits_add_profile_link', $results['data']['profile_prefix'] );
    104104    shuffle( $members );
    105     echo wp_sprintf( '%l.', $members );
     105    echo '<p>' . wp_sprintf( '%l.', $members ) . "</p>\n\n";
    106106}
    107107
Note: See TracChangeset for help on using the changeset viewer.