mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-05 07:58:35 +01:00
Stop execution after we 304 the client. git-svn-id: http://svn.automattic.com/wordpress/trunk@1455 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
4cd4edc638
commit
4a25f98620
@ -108,6 +108,7 @@ if ( !isset($doing_rss) || !$doing_rss ) {
|
|||||||
} else {
|
} else {
|
||||||
header('HTTP/1.x 304 Not Modified');
|
header('HTTP/1.x 304 Not Modified');
|
||||||
}
|
}
|
||||||
|
exit;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user