[wpmu-trac] [WordPress MU Trac] #297: Private posts become public posts when you select private and hit publish.

WordPress MU Trac wpmu-trac at lists.automattic.com
Fri Mar 30 23:57:58 GMT 2007


#297: Private posts become public posts when you select private and hit publish.
------------------------+---------------------------------------------------
 Reporter:  xiand0      |       Owner:  somebody
     Type:  defect      |      Status:  new     
 Priority:  low         |   Milestone:          
Component:  component1  |     Version:          
 Severity:  minor       |    Keywords:          
------------------------+---------------------------------------------------
 Select "Private" under "Post status" and hit "Publish" and now your
 supposedly "private" post is available to the public. adding

         if ($_POST['post_status'] = 'post_status_private')
                 $_POST['post_status'] = 'private';

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

-- 
Ticket URL: <http://trac.mu.wordpress.org/ticket/297>
WordPress MU Trac <http://mu.wordpress.org/>
WordPress Multiuser


More information about the wpmu-trac mailing list