Make WordPress Core


Ignore:
Timestamp:
02/04/2018 04:04:10 PM (7 years ago)
Author:
johnbillion
Message:

Canonical: Add $x_redirect_by parameter to wp_safe_redirect().

See [42633] and [42408].

Fixes #42313.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/pluggable.php

    r42633 r42647  
    184184            'wp_safe_redirect'                => array(
    185185                'location',
    186                 'status' => 302,
     186                'status'        => 302,
     187                'x_redirect_by' => 'WordPress',
    187188            ),
    188189            'wp_validate_redirect'            => array(
Note: See TracChangeset for help on using the changeset viewer.