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 b69f3d7 commit febb0beCopy full SHA for febb0be
lib/Registries/Param_Collection.php
@@ -72,7 +72,7 @@ public function __toString(): string {
72
public function to_string(): string {
73
return (string) ( new Array_Processor( $this->to_array() ) )
74
->values()
75
- ->each( fn ( Param $value ) => $value->to_string() )
+ ->each( fn ( Param $value ) => $value->get_id() . '=' . $value->to_string() )
76
->set_separator( '&' );
77
}
78
0 commit comments