From f70d37fdde4a0168cf49b0e5e732503a0c6e6499 Mon Sep 17 00:00:00 2001 From: alex_t_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: http://svn.automattic.com/wordpress/trunk@1033 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- 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 75efd9753..c6a0448df 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"))