Changeset 32769 for trunk/src/wp-includes/comment.php
- Timestamp:
- 06/14/2015 07:20:12 PM (10 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/comment.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/comment.php
r32650 r32769 894 894 895 895 wp_cache_add( $cache_key, $comments, 'comment' ); 896 if ( '*' === $fields ) { 897 update_comment_cache( $comments ); 898 } 896 899 897 900 $this->comments = $comments;
Note: See TracChangeset
for help on using the changeset viewer.