Make WordPress Core

Opened 10 years ago

Closed 10 years ago

#37858 closed defect (bug) (fixed)

Sample permalink test uses invalid permalink tag

Reported by: johnbillion Owned by: johnbillion
Priority: low Milestone: 4.7
Component: Permalinks Version: 4.3
Severity: minor Keywords:
Cc: Focuses:

Description

The Tests_Admin_Includes_Post::test_get_sample_permalink_should_allow_daylike_slugs_if_permastruct_does_not_cause_an_archive_conflict() unit test uses %month% in its permastructure, which is invalid. It should use %monthnum%. The test's validity remains unaffected.

Introduced in [32647].

Change History (2)

#1 @johnbillion
10 years ago

  • Component Build/Test ToolsPermalinks

#2 @johnbillion
10 years ago

  • Owner set to johnbillion
  • Resolutionfixed
  • Status newclosed

In 38417:

Permalinks: Correct an invalid peramstructure tag in a test.

Fixes #37858

Note: See TracTickets for help on using tickets.