I think this got accidentally reverted.

git-svn-id: http://svn.automattic.com/wordpress/trunk@5322 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
matt 2007-04-26 22:17:13 +00:00
parent cb6d5b0c4b
commit 93bd5ffe05
1 changed files with 1 additions and 1 deletions

View File

@ -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,