Ticket #14201: 14201.patch
File 14201.patch, 590 bytes (added by , 15 years ago) |
---|
-
wp-includes/rewrite.php
1030 1030 if ( empty($this->category_base) ) 1031 1031 $this->category_structure = trailingslashit( $this->front . 'category' ); 1032 1032 else 1033 $this->category_structure = trailingslashit( '/' . $this->root . $this->category_base);1033 $this->category_structure = trailingslashit( '/' . $this->root . rawurlencode( $this->category_base ) ); 1034 1034 1035 1035 $this->category_structure .= '%category%'; 1036 1036