WordPress.org
News
Showcase
Hosting
Extend
Themes
Plugins
Patterns
Blocks
Openverse
↗
︎
Learn
Learn WordPress
Documentation
Forums
Developers
WordPress.tv
↗
︎
Community
Make WordPress
Photo Directory
Five for the Future
Events
Job Board
↗
︎
About
About WordPress
Enterprise
Gutenberg
↗
︎
Get WordPress
Search Trac
Get WordPress
Make WordPress Core
Blog
Handbook
Tickets
Components
Browse Source
Trac Timeline
Create a New Ticket
Search:
Login
Notifications
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
,
13 years 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 );
Trac UI Preferences
Download in other formats:
Original Format