From ecb45c722b3ae9304a65333e5065862922b481cb Mon Sep 17 00:00:00 2001 From: Andrew Ozz Date: Thu, 27 Nov 2008 12:13:08 +0000 Subject: [PATCH] Add missing div in themes.php, props demetris, fixes #8395 git-svn-id: https://develop.svn.wordpress.org/trunk@9921 602fd350-edb4-49c9-b593-d223f7449a82 --- 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; ?>
+