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:
parent
cb6d5b0c4b
commit
93bd5ffe05
|
@ -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