[wpmu-trac] [WordPress MU Trac] #462: Reduce the ambiguity in creating blog and users and some additional checking

WordPress MU Trac wpmu-trac at lists.automattic.com
Fri Oct 19 22:52:09 GMT 2007


#462: Reduce the ambiguity in creating blog and users and some additional
checking
-------------------------+--------------------------------------------------
 Reporter:  ktlee        |       Owner:  somebody
     Type:  enhancement  |      Status:  new     
 Priority:  normal       |   Milestone:  WPMU 2.0
Component:  component1   |     Version:  2.0     
 Severity:  normal       |    Keywords:          
-------------------------+--------------------------------------------------
 This line in wpmu-edit.php will always be true, when adding a new blog

 {{{
 if( is_array( $_POST['blog'] ) == true )
 }}}

 same apply to when creating a new user

 {{{
 if( is_array( $_POST['user'] ) == true )
 }}}

 Reduce the ambiguity in creating blog and users using site->admin with
 correct error message, and messages.

 When creating users, make sure it's a valid mail address.

 When creating blog, make sure blog address isn't empty.

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


More information about the wpmu-trac mailing list