Changeset 7339

Show
Ignore:
Timestamp:
03/17/08 03:09:50 (7 months ago)
Author:
markjaquith
Message:

Remove reference to edit_date which no longer exists. Props fitzrev. see #6250

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-admin/includes/template.php

    r7338 r7339  
    842842    $ss = ($edit) ? mysql2date( 's', $post_date ) : gmdate( 's', $time_adj ); 
    843843 
    844     $month = "<select id=\"mm\" name=\"mm\" onchange=\"edit_date.checked=true\"$tab_index_attribute>\n"; 
     844    $month = "<select id=\"mm\" name=\"mm\"$tab_index_attribute>\n"; 
    845845    for ( $i = 1; $i < 13; $i = $i +1 ) { 
    846846        $month .= "\t\t\t" . '<option value="' . zeroise($i, 2) . '"';