Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
Ticket Graph
Context Navigation
Back to Ticket #20163
Ticket #20163
: class-wp-customize-setting_pass-by-reference.patch
File class-wp-customize-setting_pass-by-reference.patch,
135 bytes
(added by HerbMillerJW,
15 months ago
)
Corrects the one appearance of calling a function by reference in class-wp-customize-setting.php
Line
1
451c451
2
< $result = $this->multidimensional( &$root, $keys, true );
3
---
4
> $result = $this->multidimensional( $root, $keys, true );
Download in other formats:
Original Format