Changeset 60235 for trunk/src/wp-admin/edit-comments.php
- Timestamp:
- 05/14/2025 11:57:21 AM (8 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/edit-comments.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/edit-comments.php
r56600 r60235 440 440 <?php endif; ?> 441 441 <input type="hidden" name="comment_status" value="<?php echo esc_attr( $comment_status ); ?>" /> 442 <input type="hidden" name="pagegen_timestamp" value="<?php echo esc_attr( current_time( 'mysql', 1) ); ?>" />442 <input type="hidden" name="pagegen_timestamp" value="<?php echo esc_attr( current_time( 'mysql', true ) ); ?>" /> 443 443 444 444 <input type="hidden" name="_total" value="<?php echo esc_attr( $wp_list_table->get_pagination_arg( 'total_items' ) ); ?>" />
Note: See TracChangeset
for help on using the changeset viewer.