Ticket #2279: 2279.diff
| File 2279.diff, 802 bytes (added by , 9 years ago) |
|---|
-
trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/widgets/class-contributors.php
39 39 40 40 echo $args['before_widget']; 41 41 ?> 42 <style> 43 <?php // TODO: Yes, these need to be moved into the CSS somewhere. ?> 44 ul.contributors-list li { 45 clear: both; 46 padding-bottom: 1.0em; 47 } 48 </style> 49 42 50 <h3><?php _e( 'Contributors', 'wporg-plugins' ); ?></h3> 43 51 44 52 <ul id="contributors-list" class="contributors-list read-more" aria-expanded="false">