Make WordPress Core

Changeset 60252


Ignore:
Timestamp:
05/26/2025 01:19:19 PM (7 weeks ago)
Author:
SergeyBiryukov
Message:

Administration: Remove unused and commented out HTML code in touch_time().

Follow-up to [7338], [29206].

Props umesh.nevase, abcd95.
Fixes #63476.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/template.php

    r59784 r60252  
    817817        $tab_index_attribute = " tabindex=\"$tab_index\"";
    818818    }
    819 
    820     // @todo Remove this?
    821     // echo '<label for="timestamp" style="display: block;"><input type="checkbox" class="checkbox" name="edit_date" value="1" id="timestamp"'.$tab_index_attribute.' /> '.__( 'Edit timestamp' ).'</label><br />';
    822819
    823820    $post_date = ( $for_post ) ? $post->post_date : get_comment()->comment_date;
Note: See TracChangeset for help on using the changeset viewer.