Changeset 20300 for trunk/wp-includes/class-wp-customize-setting.php
- Timestamp:
- 03/28/2012 09:27:26 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/class-wp-customize-setting.php
r20295 r20300 266 266 * @return null|array 267 267 */ 268 final protected function multidimensional( $root, $keys, $create = false ) {268 final protected function multidimensional( &$root, $keys, $create = false ) { 269 269 if ( $create && empty( $root ) ) 270 270 $root = array();
Note: See TracChangeset
for help on using the changeset viewer.