Changeset 29028
- Timestamp:
- 07/08/2014 05:16:26 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-customize-widgets.php
r28861 r29028 1139 1139 */ 1140 1140 protected function get_instance_hash_key( $instance ) { 1141 $hash = md5( AUTH_KEY . serialize( $instance ) ); 1142 return $hash; 1141 return wp_hash( serialize( $instance ) ); 1143 1142 } 1144 1143
Note: See TracChangeset
for help on using the changeset viewer.