Canonical: introduce strip_fragment_from_url() and use when comparing URLs in redirect_canonical().

Props tellyworth.
Fixes #19918.

Built from https://develop.svn.wordpress.org/trunk@35770


git-svn-id: http://core.svn.wordpress.org/trunk@35734 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Scott Taylor
2015-12-04 23:11:26 +00:00
parent ef1280f770
commit 9ea3f9f676
2 changed files with 27 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.4-RC1-35769';
$wp_version = '4.4-RC1-35770';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.