Make WordPress Core


Ignore:
Timestamp:
06/19/2020 10:53:54 PM (5 years ago)
Author:
johnbillion
Message:

Docs: Remove unnecessary variables names from @return tags.

See #49572.

File:
1 edited

Legend:

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

    r48067 r48100  
    13811381     * @param int    $status        Optional. HTTP response status code to use. Default '302' (Moved Temporarily).
    13821382     * @param string $x_redirect_by Optional. The application doing the redirect. Default 'WordPress'.
    1383      * @return bool  $redirect False if the redirect was cancelled, true otherwise.
     1383     * @return bool False if the redirect was cancelled, true otherwise.
    13841384     */
    13851385    function wp_safe_redirect( $location, $status = 302, $x_redirect_by = 'WordPress' ) {
Note: See TracChangeset for help on using the changeset viewer.