Changeset 22079
- Timestamp:
- 09/28/2012 12:31:39 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/comment.php
r22074 r22079 194 194 * Metadata query container 195 195 * 196 * @since 3. ?196 * @since 3.5.0 197 197 * @access public 198 198 * @var object WP_Meta_Query … … 258 258 259 259 if ( $cache = wp_cache_get( $cache_key, 'comment' ) ) { 260 //return $cache;260 return $cache; 261 261 } 262 262
Note: See TracChangeset
for help on using the changeset viewer.