From 9b44257e39d4cb3091827b0350b22b5b66bd0e8f Mon Sep 17 00:00:00 2001 From: Dion Hulse Date: Sat, 10 Apr 2010 03:27:22 +0000 Subject: [PATCH] Update the text on the Manage Themes page for when there is only 1 theme available. Props jane & IRC people for strings. Fixes #12916 git-svn-id: https://develop.svn.wordpress.org/trunk@14046 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/themes.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/wp-admin/themes.php b/wp-admin/themes.php index 1241cff0f7..49d7648108 100644 --- a/wp-admin/themes.php +++ b/wp-admin/themes.php @@ -257,7 +257,12 @@ foreach ( $cols as $col => $theme_name ) { -

+

Install Themes tab above.'); + else + printf(__('Only the current theme is available to you. Contact the %s administrator for information about accessing additional themes.'), get_site_option('site_name')); + ?>