Changeset 34635
- Timestamp:
- 09/27/2015 06:48:14 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp.php
r34632 r34635 358 358 359 359 /** 360 * Send additional HTTP headers for caching, content type, etc. 361 * 362 * Sets the Content-Type header. 363 * Sets the 'error' status (if passed) and optionally exits. 360 * Sends additional HTTP headers for caching, content type, etc. 361 * 362 * Sets the Content-Type header. Sets the 'error' status (if passed) and optionally exits. 364 363 * If showing a feed, it will also send Last-Modified, ETag, and 304 status if needed. 365 364 * 366 365 * @since 2.0.0 367 * @since 4.4.0 X-Pingbackheader is added conditionally after posts have been queried in handle_404().366 * @since 4.4.0 `X-Pingback` header is added conditionally after posts have been queried in handle_404(). 368 367 */ 369 368 public function send_headers() {
Note: See TracChangeset
for help on using the changeset viewer.