Changeset 60235 for trunk/src/wp-includes/comment.php
- Timestamp:
- 05/14/2025 11:57:21 AM (8 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/comment.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/comment.php
r59975 r60235 2320 2320 2321 2321 if ( empty( $commentdata['comment_date_gmt'] ) ) { 2322 $commentdata['comment_date_gmt'] = current_time( 'mysql', 1);2322 $commentdata['comment_date_gmt'] = current_time( 'mysql', true ); 2323 2323 } 2324 2324
Note: See TracChangeset
for help on using the changeset viewer.