Changeset 45601 for trunk/src/wp-includes/revision.php
- Timestamp:
- 07/05/2019 03:13:31 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/revision.php
r45590 r45601 157 157 * @param WP_Post $post The post object. 158 158 */ 159 if ( isset( $last_revision ) && apply_filters( 'wp_save_post_revision_check_for_changes', $check_for_changes =true, $last_revision, $post ) ) {159 if ( isset( $last_revision ) && apply_filters( 'wp_save_post_revision_check_for_changes', true, $last_revision, $post ) ) { 160 160 $post_has_changed = false; 161 161
Note: See TracChangeset
for help on using the changeset viewer.