mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-27 16:04:31 +00:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user