Make WordPress Core

Changeset 7571


Ignore:
Timestamp:
03/30/2008 06:06:55 AM (16 years ago)
Author:
markjaquith
Message:

Update timestamp when only the minute value is changed. props johnconners. fixes #6456 for 2.5.1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.5/wp-admin/includes/post.php

    r7529 r7571  
    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';
Note: See TracChangeset for help on using the changeset viewer.