Changeset 7571 for branches/2.5/wp-admin/includes/post.php
- Timestamp:
- 03/30/2008 06:06:55 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.5/wp-admin/includes/post.php
r7529 r7571 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';
Note: See TracChangeset
for help on using the changeset viewer.