Changeset 28460
- Timestamp:
- 05/16/2014 09:08:15 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/comment.php
r28459 r28460 277 277 278 278 // $args can be whatever, only use the args defined in defaults to compute the key 279 $key = md5( serialize( compact(array_keys( $defaults ) ) ) );279 $key = md5( serialize( wp_array_slice_assoc( $this->query_vars, array_keys( $defaults ) ) ) ); 280 280 $last_changed = wp_cache_get( 'last_changed', 'comment' ); 281 281 if ( ! $last_changed ) {
Note: See TracChangeset
for help on using the changeset viewer.