From 600b71019494e1c29898a620e58c0d2602f37b74 Mon Sep 17 00:00:00 2001 From: donncha Date: Fri, 24 Nov 2006 16:16:44 +0000 Subject: WP Merge to 4524 git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@810 7be80a69-a1ef-0310-a953-fb0f7c49ff36 --- wp-admin/plugin-editor.php | 46 +++++++++++++++++++++++----------------------- 1 file changed, 23 insertions(+), 23 deletions(-) (limited to 'wp-admin/plugin-editor.php') diff --git a/wp-admin/plugin-editor.php b/wp-admin/plugin-editor.php index 42fe9d4..3020b48 100644 --- a/wp-admin/plugin-editor.php +++ b/wp-admin/plugin-editor.php @@ -62,8 +62,8 @@ default:

-
- + ' . sprintf(__('Editing %s'), $file) . ''; } else { @@ -76,39 +76,39 @@ default: -
- -
- -
- - + + + +
+ +
-

-"; -?> -

+

+ "; + ?> +

-

+

- - +

' . __('Oops, no such file exists! Double check the name and try again, merci.') . '

'; } - ?> +?>
 
- + +include("admin-footer.php") ?> -- cgit