Changeset 60252
- Timestamp:
- 05/26/2025 01:19:19 PM (7 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/template.php
r59784 r60252 817 817 $tab_index_attribute = " tabindex=\"$tab_index\""; 818 818 } 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 />';822 819 823 820 $post_date = ( $for_post ) ? $post->post_date : get_comment()->comment_date;
Note: See TracChangeset
for help on using the changeset viewer.