Skip to content

Commit 80964e6

Browse files
Fix chart library pagination issue Codeinwp/visualizer-pro#336
1 parent 53702dc commit 80964e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

classes/Visualizer/Module/Admin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1028,7 +1028,7 @@ public function renderLibraryPage() {
10281028
$render->custom_css = $css;
10291029
$render->pagination = paginate_links(
10301030
array(
1031-
'base' => esc_url( add_query_arg( array( 'vpage' => '%#%', 'vaction' => false ) ) ),
1031+
'base' => add_query_arg( array( 'vpage' => '%#%', 'vaction' => false ) ),
10321032
'format' => '',
10331033
'current' => $page,
10341034
'total' => $query->max_num_pages,

0 commit comments

Comments
 (0)