Make WordPress Core

Changeset 34635


Ignore:
Timestamp:
09/27/2015 06:48:14 PM (9 years ago)
Author:
DrewAPicture
Message:

Docs: Fix some syntatical issues in the DocBlock for WP::send_headers() following [34632].

See #20226. See #32246.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp.php

    r34632 r34635  
    358358
    359359    /**
    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.
    364363     * If showing a feed, it will also send Last-Modified, ETag, and 304 status if needed.
    365364     *
    366365     * @since 2.0.0
    367      * @since 4.4.0  X-Pingback header 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().
    368367     */
    369368    public function send_headers() {
Note: See TracChangeset for help on using the changeset viewer.