We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97e4c99 commit e28d834Copy full SHA for e28d834
src/Data/Connection/AbstractConnectionResolver.php
@@ -832,7 +832,7 @@ public function get_page_info() {
832
* @return static
833
*/
834
public function set_query_arg( $key, $value ) {
835
- if ( ! empty( $this->query_args[ $key ] ) && is_array( $this->query_args[ $key ] ) ) {
+ if ( ! empty( $this->query_args[ $key ] ) && is_array( $this->query_args[ $key ] ) ) {
836
if ( ! is_array( $value ) ) {
837
$value = [ $value ];
838
}
0 commit comments