Make WordPress Core


Ignore:
Timestamp:
12/16/2015 11:14:12 PM (9 years ago)
Author:
DrewAPicture
Message:

Docs: Add missing parameter and return notations to the DocBlock for _wp_sanitize_utf8_in_redirect().

See #32246.

File:
1 edited

Legend:

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

    r35914 r35980  
    12711271 *
    12721272 * @see wp_sanitize_redirect()
     1273 *
     1274 * @param array $matches RegEx matches against the redirect location.
     1275 * @return string URL-encoded version of the first RegEx match.
    12731276 */
    12741277function _wp_sanitize_utf8_in_redirect( $matches ) {
Note: See TracChangeset for help on using the changeset viewer.