[wpmu-trac] [WordPress MU Trac] #274: Parse error: syntax error, unexpected T_DOUBLE_ARROW

WordPress MU Trac wpmu-trac at lists.automattic.com
Fri Mar 9 09:02:40 GMT 2007


#274: Parse error: syntax error, unexpected T_DOUBLE_ARROW
------------------------+---------------------------------------------------
 Reporter:  bambam4479  |       Owner:  somebody
     Type:  defect      |      Status:  new     
 Priority:  high        |   Milestone:  WPMU 2.0
Component:  component1  |     Version:  2.0     
 Severity:  blocker     |    Keywords:          
------------------------+---------------------------------------------------
 Using latest SVN as of 3/8/07, when accessing blog options get an error
 for "Parse error: syntax error, unexpected T_DOUBLE_ARROW in
 /domain.com/html/wp-admin/options-general.php on line 50".  This is due to
 the change for a greater than or equal to check on line 50.

 Bad line -- if( is_array( $lang_files ) && count($lang_files) => 1 ) {

 Should be -- if( is_array( $lang_files ) && count($lang_files) >= 1 ) {

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


More information about the wpmu-trac mailing list