[wp-trac] [WordPress Trac] #7979: in formatting.php human_time_diff bug

WordPress Trac wp-trac at lists.automattic.com
Mon Oct 27 16:01:25 GMT 2008


#7979: in formatting.php human_time_diff bug
---------------------+------------------------------------------------------
 Reporter:  arena    |       Owner:  anonymous
     Type:  defect   |      Status:  new      
 Priority:  normal   |   Milestone:  2.8      
Component:  General  |     Version:           
 Severity:  normal   |    Keywords:           
---------------------+------------------------------------------------------
 Test
                 if ($mins <= 1) {
                         $mins = 1;
                 }
 should be
                 if ($mins <= 60) {
                         $mins = 1;
                 }

-- 
Ticket URL: <http://trac.wordpress.org/ticket/7979>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list