Use correct variable. see [27373].
props TobiasBg. fixes #14424. git-svn-id: https://develop.svn.wordpress.org/trunk@27675 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
0be6f6072a
commit
48391a7444
@ -2338,7 +2338,7 @@ $page_links = paginate_links( array(
|
||||
'prev_text' => __('«'),
|
||||
'next_text' => __('»'),
|
||||
'total' => ceil($wp_query->found_posts / 10),
|
||||
'current' => $_GET['paged']
|
||||
'current' => $q['paged'],
|
||||
));
|
||||
|
||||
if ( $page_links )
|
||||
|
Loading…
Reference in New Issue
Block a user