Make WordPress Core

Changeset 38350


Ignore:
Timestamp:
08/25/2016 07:35:15 AM (8 years ago)
Author:
DrewAPicture
Message:

Docs: Add a missing parenthesis in an example in the DocBlock for wp_redirect().

Props shayanys.
See #37770.

File:
1 edited

Legend:

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

    r38334 r38350  
    11291129 * in conjunction with the {@see 'wp_redirect'} and {@see 'wp_redirect_location'} hooks:
    11301130 *
    1131  *     if ( wp_redirect( $url ) {
     1131 *     if ( wp_redirect( $url ) ) {
    11321132 *         exit;
    11331133 *     }
Note: See TracChangeset for help on using the changeset viewer.