From 0764f3594b19e58a2dda177391968a5d2a2bfa96 Mon Sep 17 00:00:00 2001 From: markjaquith Date: Thu, 20 Mar 2008 04:19:58 +0000 Subject: [PATCH] Only show Contributors post stati they can chose. Hide date editing from Contributors (as they cannot use it). fixes #6303 git-svn-id: http://svn.automattic.com/wordpress/trunk@7409 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/edit-form-advanced.php | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/wp-admin/edit-form-advanced.php b/wp-admin/edit-form-advanced.php index 108a220a52..389ea9543f 100644 --- a/wp-admin/edit-form-advanced.php +++ b/wp-admin/edit-form-advanced.php @@ -84,20 +84,20 @@ else

+

+ post_status ) { // scheduled for publishing at a future date @@ -117,10 +117,12 @@ if ($post_ID) { $time = mysql2date(get_option('time_format'), current_time('mysql')); } ?> +

 

+