When parsing what appears to be a date archive request, check for a post with a clashing permalink before resolving to the archive.

A URL like `example.com/2015/05/15/` generally resolves to the May 15, 2015 date
archive. But in certain cases, it could also be the permalink of a post with
the slug `'2015'`. When a conflict of this sort is detected, resolve to the post
instead of the archive.

URL conflicts of this sort should no longer occur for new posts; see [32647].

Props valendesigns, boonebgorges, Denis-de-Bernardy.
Fixes #5305.
Built from https://develop.svn.wordpress.org/trunk@32648


git-svn-id: http://core.svn.wordpress.org/trunk@32618 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Boone Gorges
2015-05-29 13:10:24 +00:00
parent 9f0c6cbf8c
commit ebac76facc
3 changed files with 117 additions and 1 deletions

View File

@@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.3-alpha-32647';
$wp_version = '4.3-alpha-32648';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.