Changeset 47372 for trunk/src/wp-includes/revision.php
- Timestamp:
- 02/25/2020 07:33:22 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/revision.php
r47219 r47372 163 163 164 164 foreach ( array_keys( _wp_post_revision_fields( $post ) ) as $field ) { 165 if ( normalize_whitespace( $post->$field ) != normalize_whitespace( $last_revision->$field ) ) {165 if ( normalize_whitespace( $post->$field ) !== normalize_whitespace( $last_revision->$field ) ) { 166 166 $post_has_changed = true; 167 167 break;
Note: See TracChangeset
for help on using the changeset viewer.