diff --git a/wp-admin/templates.php b/wp-admin/templates.php index b24dddb89..83ddb947c 100644 --- a/wp-admin/templates.php +++ b/wp-admin/templates.php @@ -39,9 +39,9 @@ switch($action) { case 'update': $standalone = 1; + require_once("admin-header.php"); if ($user_level < 3) { - require_once("admin-header.php"); die('

You have no right to edit the template for this blog.
Ask for a promotion to your blog admin. :)

'); }