Ticket #6250: 7596.diff
| File 7596.diff, 0.6 kB (added by stevish, 5 months ago) |
|---|
-
wp-admin/includes/comment.php
old new 21 21 $_POST['comment_content'] = $_POST['content']; 22 22 $_POST['comment_ID'] = (int) $_POST['comment_ID']; 23 23 24 foreach ( array ('aa', 'mm', 'jj', 'hh', 'm m') as $timeunit ) {24 foreach ( array ('aa', 'mm', 'jj', 'hh', 'mn') as $timeunit ) { 25 25 if ( !empty( $_POST['hidden_' . $timeunit] ) && $_POST['hidden_' . $timeunit] != $_POST[$timeunit] ) { 26 26 $_POST['edit_date'] = '1'; 27 27 break;
