Changeset 7609
- Timestamp:
- 04/07/08 17:06:56 (5 months ago)
- Files:
-
- trunk/wp-admin/includes/comment.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-admin/includes/comment.php
r7391 r7609 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';
