diff --git a/wp-admin/edit-form-advanced.php b/wp-admin/edit-form-advanced.php index 45fcc0f4f..38f89fbb7 100644 --- a/wp-admin/edit-form-advanced.php +++ b/wp-admin/edit-form-advanced.php @@ -175,17 +175,19 @@ if ( ('edit' == $action) && current_user_can('delete_post', $post_ID) )

-

- diff --git a/wp-admin/edit-form-comment.php b/wp-admin/edit-form-comment.php index 124bd1bcb..54fbc1695 100644 --- a/wp-admin/edit-form-comment.php +++ b/wp-admin/edit-form-comment.php @@ -83,6 +83,15 @@ $time = mysql2date(get_option('time_format'), $comment->comment_date); echo "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') . ""; ?>

+ +
+

+ + +
diff --git a/wp-admin/edit-link-form.php b/wp-admin/edit-link-form.php index c10ffe914..a387e4999 100644 --- a/wp-admin/edit-link-form.php +++ b/wp-admin/edit-link-form.php @@ -75,6 +75,16 @@ function xfn_check($class, $value = '', $deprecated = '') {

+ +
+

+ + +
diff --git a/wp-admin/edit-page-form.php b/wp-admin/edit-page-form.php index 60384ba87..eb0dc4649 100644 --- a/wp-admin/edit-page-form.php +++ b/wp-admin/edit-page-form.php @@ -140,18 +140,17 @@ if ( ('edit' == $action) && current_user_can('delete_page', $post_ID) )

-

- -