From 0967f47758596bc4ec3fc579b8599f02a893bd11 Mon Sep 17 00:00:00 2001 From: Mark Jaquith 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: https://develop.svn.wordpress.org/trunk@7409 602fd350-edb4-49c9-b593-d223f7449a82 --- 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')); } ?> +

 

+