Make WordPress Core


Ignore:
Timestamp:
08/28/2016 12:52:23 PM (8 years ago)
Author:
johnbillion
Message:

Permalinks: Correct an invalid peramstructure tag in a test.

Fixes #37858

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/admin/includesPost.php

    r38398 r38417  
    463463     */
    464464    public function test_get_sample_permalink_should_allow_daylike_slugs_if_permastruct_does_not_cause_an_archive_conflict() {
    465         $this->set_permalink_structure( '/%year%/%month%/%day%/%postname%/' );
     465        $this->set_permalink_structure( '/%year%/%monthnum%/%day%/%postname%/' );
    466466
    467467        $p = self::factory()->post->create( array(
Note: See TracChangeset for help on using the changeset viewer.