From 0c995dcdb79298378d5b0e379254f9a418b1bbe2 Mon Sep 17 00:00:00 2001 From: brandonjp Date: Sun, 2 Feb 2025 14:25:52 -0600 Subject: [PATCH] correcting laquo to lsaquo --- src/php/cloud/list-table-shared-ops.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/php/cloud/list-table-shared-ops.php b/src/php/cloud/list-table-shared-ops.php index dd787409..dbc0b1b9 100644 --- a/src/php/cloud/list-table-shared-ops.php +++ b/src/php/cloud/list-table-shared-ops.php @@ -182,7 +182,7 @@ function cloud_lts_pagination( string $which, string $source, int $total_items, $page_links[] = ''; } else { $page_links[] = sprintf( - '%s', + '%s', esc_url( remove_query_arg( $source . '_page', $current_url ) ), esc_html__( 'First page', 'code-snippets' ) );