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']); if (is_writeable($real_file)) { @@ -44,7 +44,7 @@ default: require_once('admin-header.php'); if ( !current_user_can('edit_plugins') ) - die(''.__('You do not have sufficient permissions to edit plugins for this blog.').'
'); + wp_die(''.__('You do not have sufficient permissions to edit plugins for this blog.').'
'); update_recently_edited("wp-content/plugins/$file"); -- cgit