- Timestamp:
- 09/09/2023 09:26:01 AM (12 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/rest-api/rest-comments-controller.php
r55562 r56549 829 829 ) 830 830 ); 831 $total_comments++;832 $total_pages++;831 ++$total_comments; 832 ++$total_pages; 833 833 $request = new WP_REST_Request( 'GET', '/wp/v2/comments' ); 834 834 $request->set_param( 'page', 3 );
Note: See TracChangeset
for help on using the changeset viewer.