From fd7d4465e730ecbb27e294098f1be070aa4a29dd Mon Sep 17 00:00:00 2001 From: donncha Date: Thu, 29 Mar 2007 10:22:03 +0000 Subject: Tell admin that themes must be activated on the admin page first. git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@950 7be80a69-a1ef-0310-a953-fb0f7c49ff36 --- wp-admin/themes.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'wp-admin/themes.php') diff --git a/wp-admin/themes.php b/wp-admin/themes.php index 88a668a..9f2c21f 100644 --- a/wp-admin/themes.php +++ b/wp-admin/themes.php @@ -55,6 +55,9 @@ if ( isset($_GET['action']) ) { $title = __('Manage Themes'); $parent_file = 'themes.php'; require_once('admin-header.php'); +if( is_site_admin() ) { + ?>

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

-- cgit