Changeset 33535
- Timestamp:
- 08/03/2015 08:56:56 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-customize-widgets.php
r33488 r33535 1169 1169 } 1170 1170 1171 if ( $this->get_instance_hash_key( $decoded ) !== $value['instance_hash_key']) {1171 if ( ! hash_equals( $this->get_instance_hash_key( $decoded ), $value['instance_hash_key'] ) ) { 1172 1172 return; 1173 1173 }
Note: See TracChangeset
for help on using the changeset viewer.