Changeset 61433 for trunk/src/wp-includes/class-wp-customize-setting.php
- Timestamp:
- 01/05/2026 05:39:38 AM (8 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-customize-setting.php
r61387 r61433 942 942 final protected function multidimensional_get( $root, $keys, $default_value = null ) { 943 943 if ( empty( $keys ) ) { // If there are no keys, test the root. 944 return isset( $root ) ? $root :$default_value;944 return $root ?? $default_value; 945 945 } 946 946
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)