Changeset 46126
- Timestamp:
- 09/15/2019 10:44:58 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.php
r46109 r46126 1041 1041 * @return string New URL query string (unescaped). 1042 1042 */ 1043 function add_query_arg() { 1044 $args = func_get_args(); 1043 function add_query_arg( ...$args ) { 1045 1044 if ( is_array( $args[0] ) ) { 1046 1045 if ( count( $args ) < 2 || false === $args[1] ) {
Note: See TracChangeset
for help on using the changeset viewer.