Ticket #297 (closed defect: wontfix)

Opened 1 year ago

Last modified 8 months ago

Private posts become public posts when you select private and hit publish.

Reported by: xiand0 Assigned to: somebody
Priority: low Milestone: WPMU 2.0
Component: component1 Version: 2.0
Severity: minor Keywords:
Cc:

Description

Select "Private" under "Post status" and hit "Publish" and now your supposedly "private" post is available to the public. adding

if ($_POSTpost_status? = 'post_status_private')

$_POSTpost_status? = 'private';

to admin-functions.php after line 107 fixes it.

Change History

03/31/07 14:33:24 changed by drmike

  • version set to 2.0.
  • milestone set to WPMU 2.0.

IIRC, it's come up a few times in wp.com land as well.

06/25/07 10:42:22 changed by donncha

xiand0 - can you submit this to the WP Trac please?

06/25/07 18:10:29 changed by drmike

Mark told me once that this is expected behavior as per the wp.com faq.

http://faq.wordpress.com/2007/04/12/what-is-the-post-status/

I didn't think much of it either actually.

08/08/07 08:25:07 changed by donncha

  • status changed from new to closed.
  • resolution set to wontfix.

Sorry, expected behaviour and can't be changed.

11/13/07 16:22:21 changed by lloydbudd