Merge Category/Tag URL creation/rewriting into general Taxonomy system. Removes the legacy handling for these url's. See #12659

git-svn-id: https://develop.svn.wordpress.org/trunk@15825 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Dion Hulse
2010-10-17 05:41:22 +00:00
parent a47b78e95b
commit d7b230ca26
5 changed files with 47 additions and 145 deletions

View File

@@ -384,7 +384,7 @@ class WP {
foreach( (array) $headers as $name => $field_value )
@header("{$name}: {$field_value}");
if ($exit_required)
if ( $exit_required )
exit();
do_action_ref_array('send_headers', array(&$this));
@@ -1903,4 +1903,4 @@ class WP_MatchesMapRegex {
}
?>
?>