diff -r 3d4e9c994f10 -r a86126ab1dd4 wp/wp-includes/widgets/class-wp-widget-recent-comments.php --- a/wp/wp-includes/widgets/class-wp-widget-recent-comments.php Tue Oct 22 16:11:46 2019 +0200 +++ b/wp/wp-includes/widgets/class-wp-widget-recent-comments.php Tue Dec 15 13:49:49 2020 +0100 @@ -49,32 +49,41 @@ * @param bool $active Whether the widget is active. Default true. * @param string $id_base The widget ID. */ - if ( ! current_theme_supports( 'widgets' ) // Temp hack #14876 + if ( ! current_theme_supports( 'widgets' ) // Temp hack #14876. || ! apply_filters( 'show_recent_comments_widget_style', true, $this->id_base ) ) { return; } - ?> - - .recentcomments a{display:inline !important;padding:0 !important;margin:0 !important;}', + $type_attr + ); } /** * Outputs the content for the current Recent Comments widget instance. * * @since 2.8.0 + * @since 5.4.0 Creates a unique HTML ID for the `