[wpmu-trac] [WordPress MU Trac] #1142: Publish fails for all roles lower than site-admin (2.8.5.1)

WordPress MU Trac wpmu-trac at lists.automattic.com
Sat Oct 31 02:26:58 UTC 2009


#1142: Publish fails for all roles lower than site-admin (2.8.5.1)
----------------------------+-----------------------------------------------
 Reporter:  kgraeme         |       Owner:  somebody      
     Type:  defect          |      Status:  new           
 Priority:  highest         |   Milestone:                
Component:  Administration  |     Version:                
 Severity:  blocker         |    Keywords:  publish, roles
----------------------------+-----------------------------------------------

Comment(by kgraeme):

 mu.php line 1264

 {{{
 function post_author_sanity_check() {
         global $wpdb;
         $blogs = get_blogs_of_user( $_POST[ 'post_author' ] );
         if ( isset( $_POST[ 'post_author' ] ) && false == is_site_admin(
 $_POST[ 'post_author' ] ) && false == isset( $blogs[ $wpdb->blogid ] ) ) {
                 wp_die( __( 'You cannot make this user the post author.'
 ));
         }
 }
 }}}

-- 
Ticket URL: <http://trac.mu.wordpress.org/ticket/1142#comment:1>
WordPress MU Trac <http://mu.wordpress.org/>
WordPress Multiuser


More information about the wpmu-trac mailing list