- Timestamp:
- 11/26/2017 11:56:25 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/comment/getCommentsPagesCount.php
r35242 r42228 132 132 * Validate max_num_comment_pages logic of get_comment_pages_count 133 133 */ 134 134 function test_max_num_comment_pages() { 135 135 global $wp_query; 136 136 $wp_query = new WP_Query(); … … 145 145 146 146 $wp_query->max_num_comment_pages = $org_max_num_comment_pages; 147 147 } 148 148 }
Note: See TracChangeset
for help on using the changeset viewer.