Make WordPress Core


Ignore:
Timestamp:
01/03/2019 06:10:33 PM (6 years ago)
Author:
desrosj
Message:

Docs: Update since tag for X-Redirect-By header additions.

See [42408-42409], [42633], [42647].

Fixes #42313.

File:
1 edited

Legend:

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

    r43668 r44386  
    11941194     *
    11951195     * @since 1.5.1
    1196      * @since 5.0.0 The `$x_redirect_by` parameter was added.
     1196     * @since 5.1.0 The `$x_redirect_by` parameter was added.
    11971197     *
    11981198     * @global bool $is_IIS
     
    12411241         * Allows applications to identify themselves when they're doing a redirect.
    12421242         *
    1243          * @since 5.0.0
     1243         * @since 5.1.0
    12441244         *
    12451245         * @param string $x_redirect_by The application doing the redirect.
     
    13321332     *
    13331333     * @since 2.3.0
    1334      * @since 5.0.0 The return value from wp_redirect() is now passed on, and the `$x_redirect_by` parameter was added.
     1334     * @since 5.1.0 The return value from wp_redirect() is now passed on, and the `$x_redirect_by` parameter was added.
    13351335     *
    13361336     * @param string $location      The path or URL to redirect to.
Note: See TracChangeset for help on using the changeset viewer.