From f4bd3aa762f2147a42084c534bee1da8f9b4d974 Mon Sep 17 00:00:00 2001 From: Matt Mullenweg Date: Tue, 4 Jul 2006 18:14:17 +0000 Subject: [PATCH] Extra whitespace git-svn-id: https://develop.svn.wordpress.org/trunk@3950 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/plugin-editor.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/plugin-editor.php b/wp-admin/plugin-editor.php index f2643f46d9..56be4021bc 100644 --- a/wp-admin/plugin-editor.php +++ b/wp-admin/plugin-editor.php @@ -43,7 +43,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.').'

'); + die('

'.__('You do not have sufficient permissions to edit plugins for this blog.').'

'); update_recently_edited("wp-content/plugins/$file");