From 779f0f4411b6467808ff053780c7c96ed0f9a571 Mon Sep 17 00:00:00 2001
From: donncha
'.__('You do not have sufficient permissions to edit templates for this blog.').'
'); $newcontent = stripslashes($_POST['newcontent']); $theme = urlencode($theme); @@ -58,7 +58,7 @@ default: require_once('admin-header.php'); if ( !current_user_can('edit_themes') ) - die(''.__('You do not have sufficient permissions to edit themes for this blog.').'
'); + wp_die(''.__('You do not have sufficient permissions to edit themes for this blog.').'
'); update_recently_edited($file); -- cgit