Skip to content

Commit b9804d6

Browse files
authored
Merge pull request #215 from brandonjp/patch-3-minor-tablenav-icon-fix
correcting laquo to lsaquo
2 parents 4687c85 + 0c995dc commit b9804d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/php/cloud/list-table-shared-ops.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ function cloud_lts_pagination( string $which, string $source, int $total_items,
182182
$page_links[] = '<span class="tablenav-pages-navspan button disabled" aria-hidden="true">&laquo;</span>';
183183
} else {
184184
$page_links[] = sprintf(
185-
'<a class="first-page button" href="%s"><span class="screen-reader-text">%s</span><span aria-hidden="true">&laquo;</span></a>',
185+
'<a class="first-page button" href="%s"><span class="screen-reader-text">%s</span><span aria-hidden="true">&lsaquo;</span></a>',
186186
esc_url( remove_query_arg( $source . '_page', $current_url ) ),
187187
esc_html__( 'First page', 'code-snippets' )
188188
);

0 commit comments

Comments
 (0)