Ticket #6456: post.diff
| File post.diff, 0.6 kB (added by johnconners, 3 months ago) |
|---|
-
wp-admin/includes/post.php
old new 74 74 if (!isset( $_POST['ping_status'] )) 75 75 $_POST['ping_status'] = 'closed'; 76 76 77 foreach ( array ('aa', 'mm', 'jj', 'hh', 'm m') as $timeunit ) {77 foreach ( array ('aa', 'mm', 'jj', 'hh', 'mn') as $timeunit ) { 78 78 if ( !empty( $_POST['hidden_' . $timeunit] ) && $_POST['hidden_' . $timeunit] != $_POST[$timeunit] ) { 79 79 $_POST['edit_date'] = '1'; 80 80 break;
