From a5a8f26c811e39ab074af0cfbc36496b5aad861b Mon Sep 17 00:00:00 2001 From: Alex King Date: Tue, 30 Mar 2004 06:54:41 +0000 Subject: [PATCH] don't show publish button on posts that are already published, task 153 git-svn-id: https://develop.svn.wordpress.org/trunk@1033 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/edit-form-advanced.php | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/wp-admin/edit-form-advanced.php b/wp-admin/edit-form-advanced.php index 75efd97533..c6a0448dfc 100644 --- a/wp-admin/edit-form-advanced.php +++ b/wp-admin/edit-form-advanced.php @@ -159,16 +159,19 @@ if($metadata = has_meta($post_ID)) {

- - + + + +

- - 4) && ($action != "post"))