Make WordPress Core


Ignore:
Timestamp:
11/24/2020 09:25:46 PM (3 years ago)
Author:
johnbillion
Message:

Docs: Upgrade more parameters in docblocks to used typed array notation.

See #51800, #41756

File:
1 edited

Legend:

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

    r49638 r49693  
    11601160 * @since 1.5.0
    11611161 *
    1162  * @param string|array $key   Query key or keys to remove.
    1163  * @param bool|string  $query Optional. When false uses the current URL. Default false.
     1162 * @param string|string[] $key   Query key or keys to remove.
     1163 * @param false|string    $query Optional. When false uses the current URL. Default false.
    11641164 * @return string New URL query string.
    11651165 */
Note: See TracChangeset for help on using the changeset viewer.