Correct the @param
type for the $query
arg for remove_query_arg()
.
See #30224. Built from https://develop.svn.wordpress.org/trunk@30191 git-svn-id: http://core.svn.wordpress.org/trunk@30191 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
8eee18ec0e
commit
3e4ca28eb9
@ -803,7 +803,7 @@ function add_query_arg() {
|
|||||||
* @since 1.5.0
|
* @since 1.5.0
|
||||||
*
|
*
|
||||||
* @param string|array $key Query key or keys to remove.
|
* @param string|array $key Query key or keys to remove.
|
||||||
* @param bool $query Optional. When false uses the $_SERVER value. Default false.
|
* @param bool|string $query Optional. When false uses the $_SERVER value. Default false.
|
||||||
* @return string New URL query string.
|
* @return string New URL query string.
|
||||||
*/
|
*/
|
||||||
function remove_query_arg( $key, $query = false ) {
|
function remove_query_arg( $key, $query = false ) {
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '4.1-alpha-30190';
|
$wp_version = '4.1-alpha-30191';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
Loading…
Reference in New Issue
Block a user