From 2c727e9442c3293d557e52087c615fe8915d3362 Mon Sep 17 00:00:00 2001 From: wpmuguru Date: Mon, 3 May 2010 23:25:14 +0000 Subject: [PATCH] themes admin pages UI cleanup, props PeteMall, see #13238 git-svn-id: http://svn.automattic.com/wordpress/trunk@14425 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/ms-themes.php | 12 +++++++----- wp-admin/themes.php | 8 ++++---- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/wp-admin/ms-themes.php b/wp-admin/ms-themes.php index 61fa51c8e..a30d5b946 100644 --- a/wp-admin/ms-themes.php +++ b/wp-admin/ms-themes.php @@ -29,11 +29,13 @@ $allowed_themes = get_site_allowed_themes();

-

+

+

+

- + @@ -59,7 +61,7 @@ $allowed_themes = get_site_allowed_themes(); } ?> -
+     @@ -73,14 +75,14 @@ $allowed_themes = get_site_allowed_themes();

-

+


- +

diff --git a/wp-admin/themes.php b/wp-admin/themes.php index 3830dd724..9a79fd8e1 100644 --- a/wp-admin/themes.php +++ b/wp-admin/themes.php @@ -34,7 +34,7 @@ $parent_file = 'themes.php'; $help = '

' . __('Themes give your WordPress style. Once a theme is installed, you may preview it, activate it or deactivate it here.') . '

'; if ( current_user_can('install_themes') ) { $help .= '

' . sprintf(__('You can find additional themes for your site by using the new Theme Browser/Installer functionality or by browsing the WordPress Theme Directory directly and installing manually. To install a theme manually, upload its ZIP archive with the new uploader or copy its folder via FTP into your wp-content/themes directory.'), 'theme-install.php', 'theme-install.php?tab=upload' ) . '

'; - $help .= '

' . __('Once a theme is uploaded, you should see it on this page.') . '

' ; + $help .= '

' . __('Once a theme is uploaded, you should see it on this screen.') . '

' ; } add_contextual_help($current_screen, $help); @@ -44,7 +44,7 @@ wp_enqueue_script( 'theme-preview' ); require_once('./admin-header.php'); if ( is_multisite() && current_user_can('edit_themes') ) { - ?>

Themes Admin page before they appear here.'); ?>

Network Themes screen before they appear here.'), admin_url( 'ms-themes.php') ); ?>

@@ -52,9 +52,9 @@ if ( is_multisite() && current_user_can('edit_themes') ) {

-

widgets settings page to configure them.'), admin_url('widgets.php') ); ?>

widgets settings screen to configure them.'), admin_url( 'widgets.php' ) ); ?>

-

Visit site'), get_bloginfo('url') . '/'); ?>

Visit site'), home_url( '/ ' ) ); ?>