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; ?>
+