Changeset 7123 for branches/2.6/src/includes/replies/functions.php
- Timestamp:
- 08/12/2020 02:33:49 PM (6 years ago)
- File:
-
- 1 edited
-
branches/2.6/src/includes/replies/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/2.6/src/includes/replies/functions.php
r7104 r7123 1824 1824 $reply->post_status = $status; 1825 1825 1826 // Set post date GMT - prevents post_date override in wp_update_post() 1827 $reply->post_date_gmt = get_gmt_from_date( $reply->post_date ); 1828 1826 1829 // No revisions 1827 1830 remove_action( 'pre_post_update', 'wp_save_post_revision' );
Note: See TracChangeset
for help on using the changeset viewer.