Make WordPress Core

Changeset 30191


Ignore:
Timestamp:
11/03/2014 05:28:47 AM (10 years ago)
Author:
wonderboymusic
Message:

Correct the @param type for the $query arg for remove_query_arg().

See #30224.

File:
1 edited

Legend:

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

    r30162 r30191  
    804804 *
    805805 * @param string|array $key   Query key or keys to remove.
    806  * @param bool         $query Optional. When false uses the $_SERVER value. Default false.
     806 * @param bool|string  $query Optional. When false uses the $_SERVER value. Default false.
    807807 * @return string New URL query string.
    808808 */
Note: See TracChangeset for help on using the changeset viewer.