From d2bd94baf9b13c930cd07119c5875750f7bd3a2b Mon Sep 17 00:00:00 2001 From: donncha Date: Wed, 17 Oct 2007 17:10:45 +0000 Subject: Facelift for wpmu-* courtesy of momo360modena, fixes #446 git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1092 7be80a69-a1ef-0310-a953-fb0f7c49ff36 --- wp-admin/wpmu-admin.php | 59 +++++++++++++++++++++++-------------------------- 1 file changed, 28 insertions(+), 31 deletions(-) (limited to 'wp-admin/wpmu-admin.php') diff --git a/wp-admin/wpmu-admin.php b/wp-admin/wpmu-admin.php index 3b0e9ae..3079ea0 100644 --- a/wp-admin/wpmu-admin.php +++ b/wp-admin/wpmu-admin.php @@ -1,43 +1,40 @@ You do not have permission to access this page.

') ); + wp_die( __('

You do not have permission to access this page.

') ); } + if (isset($_GET['updated'])) { - ?>

+

+ -
- -
-

- - -" type="submit" /> -

-
-
-

- - -" /> -

-
- +
+

+ + +
+

+ + + " /> +

+
+ +
+

+ + + " /> +

+
- + + \ No newline at end of file -- cgit