Revert [22365]. see #21167

git-svn-id: https://develop.svn.wordpress.org/trunk@22403 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2012-11-06 19:45:51 +00:00
parent d5f47d78fc
commit ba7dbbe78d
1 changed files with 0 additions and 2 deletions

View File

@ -1251,8 +1251,6 @@ class WP_Rewrite {
}
}
$permalink_structure = preg_quote( $permalink_structure );
//get everything up to the first rewrite tag
$front = substr($permalink_structure, 0, strpos($permalink_structure, '%'));
//build an array of the tags (note that said array ends up being in $tokens[0])