From 6fe7598cffb8753dd79ee65a66fcbfb9578cfee5 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Thu, 8 Oct 2015 22:06:42 +0000 Subject: [PATCH] Docs: Add a couple of strategically-placed spaces in `WP_Rewrite`. Fixes #34218. git-svn-id: https://develop.svn.wordpress.org/trunk@34964 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/class-wp-rewrite.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/wp-includes/class-wp-rewrite.php b/src/wp-includes/class-wp-rewrite.php index 9da6376a5e..1773929e55 100644 --- a/src/wp-includes/class-wp-rewrite.php +++ b/src/wp-includes/class-wp-rewrite.php @@ -1806,6 +1806,7 @@ class WP_Rewrite { $this->permalink_structure = get_option('permalink_structure'); $this->front = substr($this->permalink_structure, 0, strpos($this->permalink_structure, '%')); $this->root = ''; + if ( $this->using_index_permalinks() ) $this->root = $this->index . '/'; @@ -1843,6 +1844,7 @@ class WP_Rewrite { if ( $permalink_structure != $this->permalink_structure ) { $old_permalink_structure = $this->permalink_structure; update_option('permalink_structure', $permalink_structure); + $this->init(); /**