mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
Docs: Upgrade more parameters in docblocks to used typed array notation.
See #51800, #41756 git-svn-id: https://develop.svn.wordpress.org/trunk@49693 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1159,8 +1159,8 @@ function add_query_arg( ...$args ) {
|
||||
*
|
||||
* @since 1.5.0
|
||||
*
|
||||
* @param string|array $key Query key or keys to remove.
|
||||
* @param bool|string $query Optional. When false uses the current URL. Default false.
|
||||
* @param string|string[] $key Query key or keys to remove.
|
||||
* @param false|string $query Optional. When false uses the current URL. Default false.
|
||||
* @return string New URL query string.
|
||||
*/
|
||||
function remove_query_arg( $key, $query = false ) {
|
||||
|
||||
Reference in New Issue
Block a user