Ticket #2777: query_string_array.diff
| File query_string_array.diff, 628 bytes (added by , 20 years ago) |
|---|
-
wp-includes/classes.php
287 287 } 288 288 289 289 $this->query_string = apply_filters('query_string', $this->query_string); 290 291 parse_str($this->query_string, $query_string_array); 292 $query_string_array = apply_filters('query_string_array', $query_string_array); 293 $new_qs = array(); 294 foreach ( (array) $query_string_array as $k => $v) { 295 $new_qs[] = $k.'='.$v; 296 } 297 $this->query_string = implode('&', $new_qs); 290 298 } 291 299 292 300 function register_globals() {
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)