diff --git a/src/wp-admin/includes/class-wp-list-table.php b/src/wp-admin/includes/class-wp-list-table.php
index fd24141a2c..87973139dd 100644
--- a/src/wp-admin/includes/class-wp-list-table.php
+++ b/src/wp-admin/includes/class-wp-list-table.php
@@ -1533,8 +1533,8 @@ class WP_List_Table {
__METHOD__,
sprintf(
/* translators: %s: The $link_data argument. */
- __( 'The %s argument must be an array.' ),
- '$link_data'
+ __( 'The %s argument must be an array.' ),
+ '$link_data'
),
'6.1.0'
);
@@ -1549,9 +1549,9 @@ class WP_List_Table {
__METHOD__,
sprintf(
/* translators: %1$s: The argument name. %2$s: The view name. */
- __( 'The %1$s argument must be a non-empty string for %2$s.' ),
- 'url',
- esc_html( $view )
+ __( 'The %1$s argument must be a non-empty string for %2$s.' ),
+ 'url',
+ '' . esc_html( $view ) . ''
),
'6.1.0'
);
@@ -1564,9 +1564,9 @@ class WP_List_Table {
__METHOD__,
sprintf(
/* translators: %1$s: The argument name. %2$s: The view name. */
- __( 'The %1$s argument must be a non-empty string for %2$s.' ),
- 'label',
- esc_html( $view )
+ __( 'The %1$s argument must be a non-empty string for %2$s.' ),
+ 'label',
+ '' . esc_html( $view ) . ''
),
'6.1.0'
);