New buttons and styling for all "management" pages

git-svn-id: https://develop.svn.wordpress.org/trunk@9328 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz
2008-10-24 18:25:46 +00:00
parent 9e467a6850
commit 0e845af695
19 changed files with 284 additions and 237 deletions
+2
View File
@@ -53,6 +53,8 @@ $start = $offset = ( $page - 1 ) * $per_page;
$page_links = paginate_links( array(
'base' => add_query_arg( 'pagenum', '%#%' ) . '#themenav',
'format' => '',
'prev_text' => __('«'),
'next_text' => __('»'),
'total' => ceil($theme_total / $per_page),
'current' => $page
));