Ticket #6456: post.diff

File post.diff, 0.6 kB (added by johnconners, 3 months ago)
  • wp-admin/includes/post.php

    old new  
    7474        if (!isset( $_POST['ping_status'] )) 
    7575                $_POST['ping_status'] = 'closed'; 
    7676 
    77         foreach ( array ('aa', 'mm', 'jj', 'hh', 'mm') as $timeunit ) { 
     77        foreach ( array ('aa', 'mm', 'jj', 'hh', 'mn') as $timeunit ) { 
    7878                if ( !empty( $_POST['hidden_' . $timeunit] ) && $_POST['hidden_' . $timeunit] != $_POST[$timeunit] ) { 
    7979                        $_POST['edit_date'] = '1'; 
    8080                        break;