[wpmu-trac] Re: [WordPress MU Trac] #477: $upgrade is unused in wp-admin/admin-footer.php

WordPress MU Trac wpmu-trac at lists.automattic.com
Thu Oct 25 15:10:47 GMT 2007


#477: $upgrade is unused in wp-admin/admin-footer.php
------------------------+---------------------------------------------------
 Reporter:  chmac       |        Owner:  somebody
     Type:  defect      |       Status:  new     
 Priority:  normal      |    Milestone:          
Component:  component1  |      Version:          
 Severity:  minor       |   Resolution:          
 Keywords:              |  
------------------------+---------------------------------------------------
Comment (by chmac):

 Ok, the change was merged in from WP 2.3, but the output of $upgrade was
 disabled. I guess that makes sense if update notification is disabled in
 WPMU.

 What about adding a filter to blank it instead? Would make the merge
 easier.

 add_action('update_footer','wpmu_update_footer');
 function wpmu_update_footer() { return (null); }

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


More information about the wpmu-trac mailing list