Make WordPress Core


Ignore:
Timestamp:
09/06/2013 04:35:22 PM (12 years ago)
Author:
wonderboymusic
Message:

Check bad dates and redirect, instead of 404ing, as necessary and appropriate.
Adds query, conditional, and canonical Unit Tests.

Props kovshenin, SergeyBiryukov, DrewAPicture.
Fixes #10935.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/canonical.php

    r25002 r25280  
    240240            array( '/?year=2008', '/2008/'),
    241241
     242            array( '/2012/13/', '/2012/'),
     243            array( '/2012/11/51/', '/2012/11/'),
     244
    242245            // Authors
    243246            array( '/?author=%d', '/author/canonical-author/' ),
Note: See TracChangeset for help on using the changeset viewer.