Changeset 42343 for trunk/tests/phpunit/tests/comment/wpComment.php
- Timestamp:
- 11/30/2017 11:09:33 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/comment/wpComment.php
r39992 r42343 13 13 $comment_1 = WP_Comment::get_instance( 1 ); 14 14 if ( ! $comment_1 ) { 15 $wpdb->insert( $wpdb->comments, array( 16 'comment_ID' => 1, 17 ) ); 15 $wpdb->insert( 16 $wpdb->comments, array( 17 'comment_ID' => 1, 18 ) 19 ); 18 20 19 21 clean_comment_cache( 1 );
Note: See TracChangeset
for help on using the changeset viewer.