- Timestamp:
- 09/18/2019 02:49:30 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/widgets/class-wp-widget-recent-comments.php
r45932 r46164 54 54 return; 55 55 } 56 ?> 57 <style type="text/css">.recentcomments a{display:inline !important;padding:0 !important;margin:0 !important;}</style> 58 <?php 56 57 $type_attr = current_theme_supports( 'html5', 'style' ) ? '' : ' type="text/css"'; 58 59 printf( 60 '<style%s>.recentcomments a{display:inline !important;padding:0 !important;margin:0 !important;}</style>', 61 $type_attr 62 ); 59 63 } 60 64
Note: See TracChangeset
for help on using the changeset viewer.