From 14ebe03af3ab8b40ae4eb3f00b63b6a80b3f68ce Mon Sep 17 00:00:00 2001 From: azaozz Date: Thu, 27 Nov 2008 12:13:08 +0000 Subject: [PATCH] Add missing div in themes.php, props demetris, fixes #8395 git-svn-id: http://svn.automattic.com/wordpress/trunk@9921 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/themes.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wp-admin/themes.php b/wp-admin/themes.php index 70423197c5..e9073a65a8 100644 --- a/wp-admin/themes.php +++ b/wp-admin/themes.php @@ -126,12 +126,14 @@ function theme_update_available( $theme ) {
+
' . __( 'Displaying %s–%s of %s' ) . '%s', number_format_i18n( $start + 1 ), number_format_i18n( min( $page * $per_page, $theme_total ) ), number_format_i18n( $theme_total ), $page_links ); echo $page_links_text; ?>
+