[wpmu-trac] [WordPress MU Trac] #285: Small fix global var not used

WordPress MU Trac wpmu-trac at lists.automattic.com
Thu Mar 22 10:44:31 GMT 2007


#285: Small fix global var not used
---------------------------+------------------------------------------------
 Reporter:  momo360modena  |       Owner:  somebody   
     Type:  enhancement    |      Status:  new        
 Priority:  low            |   Milestone:  WPMU 2.0   
Component:  component1     |     Version:  2.0        
 Severity:  minor          |    Keywords:  global, var
---------------------------+------------------------------------------------
 wp-includes/wpmu-functions.php
 l.30

 replace
 {{{
 global $wpblog, $blog_id;
 }}}

 by
 {{{
 global $blog_id;
 }}}

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


More information about the wpmu-trac mailing list