From f20ce5d910f73b1d91e418c3d0159cc737f48c7e Mon Sep 17 00:00:00 2001 From: matt Date: Tue, 4 Jul 2006 18:14:17 +0000 Subject: [PATCH] Extra whitespace git-svn-id: http://svn.automattic.com/wordpress/trunk@3950 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- 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 f2643f46d..56be4021b 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");