diff --git a/wp-admin/edit-form.php b/wp-admin/edit-form.php index ae7b633bb2..dda8889397 100644 --- a/wp-admin/edit-form.php +++ b/wp-admin/edit-form.php @@ -225,7 +225,7 @@ if ($user_level > 4) { touch_time(($action == 'edit')); } if ('edit' == $action) echo " -

Delete this post

"; +

Delete this post

"; ?> diff --git a/wp-admin/post.php b/wp-admin/post.php index e4ac71e056..48544b53ba 100644 --- a/wp-admin/post.php +++ b/wp-admin/post.php @@ -359,7 +359,7 @@ switch($action) { // pingWeblogs($blog_ID); $sendback = $HTTP_SERVER_VARS['HTTP_REFERER']; - if (strstr($sendback, 'wp-post')) $sendback = $siteurl .'/wp-admin/post.php'; + if (strstr($sendback, 'post.php')) $sendback = $siteurl .'/wp-admin/post.php'; header ('Location: ' . $sendback); break; diff --git a/wp-admin/wp-admin.css b/wp-admin/wp-admin.css index 9444e55717..93a9ab30c3 100644 --- a/wp-admin/wp-admin.css +++ b/wp-admin/wp-admin.css @@ -291,7 +291,7 @@ textarea, input, select { } #wphead { - height: 44px; + height: 42px; margin: 0; background: repeat-x url(../wp-images/header-shadow.png) #f2f2f2; } @@ -299,9 +299,10 @@ textarea, input, select { #wphead a { display: block; background: url(../wp-images/wp-small.png) no-repeat; - height: 44px; + height: 42px; text-decoration: none; text-indent: -1000px; + line-height: 30px; width: 200px; border-bottom: none; margin: 3px 0 0 5px;