diff --git a/wp-admin/includes/dashboard.php b/wp-admin/includes/dashboard.php index b0631ff28b..2d10b06429 100644 --- a/wp-admin/includes/dashboard.php +++ b/wp-admin/includes/dashboard.php @@ -629,7 +629,7 @@ function _wp_dashboard_recent_comments_row( &$comment, $show_date = true ) { ?> -
> +
> diff --git a/wp-includes/class-walker-comment.php b/wp-includes/class-walker-comment.php index 4d10278c9d..c8c379961b 100644 --- a/wp-includes/class-walker-comment.php +++ b/wp-includes/class-walker-comment.php @@ -227,7 +227,7 @@ class Walker_Comment extends Walker { protected function ping( $comment, $depth, $args ) { $tag = ( 'div' == $args['style'] ) ? 'div' : 'li'; ?> - < id="comment-" > + < id="comment-" >
', '' ); ?>
@@ -255,7 +255,7 @@ class Walker_Comment extends Walker { $add_below = 'div-comment'; } ?> - < has_children ? 'parent' : '' ); ?> id="comment-"> + < has_children ? 'parent' : '', $comment ); ?> id="comment-">
@@ -308,7 +308,7 @@ class Walker_Comment extends Walker { protected function html5_comment( $comment, $depth, $args ) { $tag = ( 'div' === $args['style'] ) ? 'div' : 'li'; ?> - < id="comment-" has_children ? 'parent' : '' ); ?>> + < id="comment-" has_children ? 'parent' : '', $comment ); ?>>