Make WordPress Core

Changeset 34964


Ignore:
Timestamp:
10/08/2015 10:06:42 PM (9 years ago)
Author:
DrewAPicture
Message:

Docs: Add a couple of strategically-placed spaces in WP_Rewrite.

Fixes #34218.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-rewrite.php

    r34962 r34964  
    18071807        $this->front = substr($this->permalink_structure, 0, strpos($this->permalink_structure, '%'));
    18081808        $this->root = '';
     1809
    18091810        if ( $this->using_index_permalinks() )
    18101811            $this->root = $this->index . '/';
     
    18441845            $old_permalink_structure = $this->permalink_structure;
    18451846            update_option('permalink_structure', $permalink_structure);
     1847
    18461848            $this->init();
    18471849
Note: See TracChangeset for help on using the changeset viewer.