Make WordPress Core


Ignore:
Timestamp:
11/05/2013 01:34:44 AM (13 years ago)
Author:
wonderboymusic
Message:

Respect paged when offset is used in WP_Query. Adds unit tests.

Props coffee2code.
Fixes #18897.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/query/results.php

    r25356 r26012  
    279279        }
    280280
    281         /**
    282          * @ticket 18897
    283          */
    284281        function test_query_offset_and_paged() {
    285282                $posts = $this->q->query('paged=2&offset=3');
Note: See TracChangeset for help on using the changeset viewer.