From 7740e89de3e1bc0cc636120e3ca8ab9e97e4d3cc Mon Sep 17 00:00:00 2001 From: donncha Date: Fri, 4 Apr 2008 16:44:15 +0000 Subject: Merged with WordPress 2.5, unstable, only for testing git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1218 7be80a69-a1ef-0310-a953-fb0f7c49ff36 --- wp-admin/edit-form-comment.php | 148 ++++++++++++++++++++++++----------------- 1 file changed, 87 insertions(+), 61 deletions(-) (limited to 'wp-admin/edit-form-comment.php') diff --git a/wp-admin/edit-form-comment.php b/wp-admin/edit-form-comment.php index 2f06909..f0baaee 100644 --- a/wp-admin/edit-form-comment.php +++ b/wp-admin/edit-form-comment.php @@ -1,81 +1,107 @@ comment_ID); $form_action = 'editedcomment'; $form_extra = "' />\n\ncomment_ID) ?>
+

- -
- -
- -
-
-
- -
- -
-
-
- -
- -
-
- -
- - comment_content, 'content', 'newcomment_author_url'); ?> -
- -

- +

+ +
+ +
+ +
+ +
+ +

+

+

+comment_date); +$time = mysql2date(get_option('time_format'), $comment->comment_date); +?> +

+ +
+
-
-

- - - - - - - - - - - - - - - - - - -
:   -   -
:
 comment_ID ) . "'; return true; } return false;\""; ?> /> - - - -
+

+ +comment_ID", 'delete-comment_' . $comment->comment_ID) . "' onclick=\"if ( confirm('" . js_escape(__("You are about to delete this comment. \n 'Cancel' to stop, 'OK' to delete.")) . "') ) { return true;}return false;\">" . __('Delete comment') . ""; +?> +

+ +
+
+ +
    +
  • +
  • + +
+
+ +
+ +
+
+

+
+ +
+
+
+

+
+ +
+
+ +
+

+
+ +
+
+ +
+

+comment_content, 'content', 'newcomment_author_url', false, 4); ?> + +
+ + + + + + + +
+
+ + -- cgit