mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-01 00:10:36 +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 {
|
||||
header('HTTP/1.x 304 Not Modified');
|
||||
}
|
||||
exit;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user