Changeset 35331 for trunk/tests/phpunit/tests/comment/getPageOfComment.php
- Timestamp:
- 10/21/2015 04:25:31 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/comment/getPageOfComment.php
r35242 r35331 234 234 $c3 = self::factory()->comment->create( array( 'comment_post_ID' => $p, 'comment_date_gmt' => date( 'Y-m-d H:i:s', $now - 30 ) ) ); 235 235 236 update_option( 'page_comments', 1 ); 236 237 update_option( 'comments_per_page', 2 ); 237 238
Note: See TracChangeset
for help on using the changeset viewer.