diff --git a/src/wp-admin/includes/class-wp-comments-list-table.php b/src/wp-admin/includes/class-wp-comments-list-table.php
index dffd70ca9b..dd5aa74833 100644
--- a/src/wp-admin/includes/class-wp-comments-list-table.php
+++ b/src/wp-admin/includes/class-wp-comments-list-table.php
@@ -489,17 +489,17 @@ class WP_Comments_List_Table extends WP_List_Table {
$comment_types = apply_filters(
'admin_comment_types_dropdown',
array(
- 'comment' => esc_html__( 'Comments' ),
- 'pings' => esc_html__( 'Pings' ),
+ 'comment' => __( 'Comments' ),
+ 'pings' => __( 'Pings' ),
)
);
if ( $comment_types && is_array( $comment_types ) ) {
- printf( '', esc_html__( 'Filter by comment type' ) );
+ printf( '', __( 'Filter by comment type' ) );
echo '