diff --git a/wp-admin/ms-themes.php b/wp-admin/ms-themes.php index 61fa51c8ef..a30d5b9468 100644 --- a/wp-admin/ms-themes.php +++ b/wp-admin/ms-themes.php @@ -29,11 +29,13 @@ $allowed_themes = get_site_allowed_themes();
-
+
' . __('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' ) . '
' . __('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') ); ?>
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( '/ ' ) ); ?>