- Timestamp:
- 08/03/2015 08:59:23 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.1/src/wp-includes/class-wp-customize-widgets.php
r30760 r33537 1200 1200 } 1201 1201 1202 if ( $this->get_instance_hash_key( $decoded ) !== $value['instance_hash_key']) {1202 if ( ! hash_equals( $this->get_instance_hash_key( $decoded ), $value['instance_hash_key'] ) ) { 1203 1203 return null; 1204 1204 }
Note: See TracChangeset
for help on using the changeset viewer.