Changeset 61767 for trunk/src/wp-includes/class-wp-customize-setting.php
- Timestamp:
- 02/27/2026 11:17:12 PM (6 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-customize-setting.php
r61670 r61767 857 857 * @param array $keys 858 858 * @param bool $create Default false. 859 * @return array| voidKeys are 'root', 'node', and 'key'.859 * @return array|null Keys are 'root', 'node', and 'key'. 860 860 */ 861 861 final protected function multidimensional( &$root, $keys, $create = false ) { … … 865 865 866 866 if ( ! isset( $root ) || empty( $keys ) ) { 867 return ;867 return null; 868 868 } 869 869 … … 877 877 878 878 if ( ! is_array( $node ) || ! isset( $node[ $key ] ) ) { 879 return ;879 return null; 880 880 } 881 881 … … 894 894 895 895 if ( ! isset( $node[ $last ] ) ) { 896 return ;896 return null; 897 897 } 898 898
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)