X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/3e7fab96d7874067884348df10bbdcdefa4a89ad..9c40b4d36daed9e28e48a5fe9205c32557195a4b:/wp-admin/edit-form-comment.php diff --git a/wp-admin/edit-form-comment.php b/wp-admin/edit-form-comment.php index 2f069096..022c3901 100644 --- a/wp-admin/edit-form-comment.php +++ b/wp-admin/edit-form-comment.php @@ -1,81 +1,145 @@ comment_ID); $form_action = 'editedcomment'; -$form_extra = "' />\n\n\n\ncomment_ID) ?>
+ +

+ +
+ -function focusit() { // focus on first input field - document.post.name.focus(); -} -addLoadEvent(focusit); - -
- -
- -
-
-
- -
- -
-
-
- -
- -
-
- -
- - comment_content, 'content', 'newcomment_author_url'); ?> -
- -

- -

+$email = esc_attr( $comment->comment_author_email ); +$url = esc_attr( $comment->comment_author_url ); +// add_meta_box('submitdiv', __('Save'), 'comment_submit_meta_box', 'comment', 'side', 'core'); +?> + +
+
+

+
+
+
+
+
+ +
+
-
-

- - - - - - - - - - - - - - - - - - +
+ +
+
+
+ +
+ +
+%1$s'); +$date = date_i18n( $datef, strtotime( $comment->comment_date ) ); +?> +  +
+
+
+
+ + +
+
+comment_ID&_wp_original_http_referer=" . urlencode(wp_get_referer()), 'delete-comment_' . $comment->comment_ID) . "' onclick=\"if ( confirm('" . esc_js(__("You are about to delete this comment. \n 'Cancel' to stop, 'OK' to delete.")) . "') ){return true;}return false;\">" . __('Delete') . "\n"; ?> +
+
+ +
+
+
+ + + + + +
+
+
+

+
+
:   -   -
:
 comment_ID ) . "'; return true; } return false;\""; ?> /> - - - -
+ + + + + + + + + + + + + +
+
+ " . __('visit site') . ""; + printf( __( 'URL (%s):' ), apply_filters('get_comment_author_link', $link ) ); + } else { + _e( 'URL:' ); + } ?>
+
+
+
+
+comment_content, 'content', 'newcomment_author_url', false, 4); ?> +
+ + + + + + + + +
+
+
+
+ +