Stop execution after we 304 the client. git-svn-id: https://develop.svn.wordpress.org/trunk@1455 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
3ec8ee1f14
commit
accc00694a
@ -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