I think this got accidentally reverted.
git-svn-id: https://develop.svn.wordpress.org/trunk@5322 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
004f9d7d27
commit
0ec4ef6a75
@ -104,7 +104,7 @@ foreach ( $wp_upload_tabs as $t => $tab_array ) { // We've already done the curr
|
||||
$per = 10;
|
||||
}
|
||||
$page_links = paginate_links( array(
|
||||
'base' => 'users.php?%_%',
|
||||
'base' => 'upload.php?%_%',
|
||||
'format' => 'paged=%#%',
|
||||
'total' => ceil($total / $per),
|
||||
'current' => $paged ? $paged : 1,
|
||||
|
Loading…
Reference in New Issue
Block a user