diff --git a/wp-admin/themes.php b/wp-admin/themes.php index 008a0a4d3..f50361dba 100644 --- a/wp-admin/themes.php +++ b/wp-admin/themes.php @@ -29,6 +29,28 @@ require_once('admin-header.php'); add_query_arg( 'pagenum', '%#%' ) . '#themenav', + 'format' => '', + 'total' => ceil($theme_total / $per_page), + 'current' => $page +)); + +$themes = array_slice( $themes, $start, $per_page ); + ?>
@@ -50,7 +72,17 @@ $ct = current_theme_info();

- +
+ + +
+$page_links
"; ?> +
+ +
+ + + $theme_name ) {
+
+ + +
+$page_links
"; ?> +
+ + + +
+