Changeset 56753 for trunk/src/wp-includes/functions.php
- Timestamp:
- 10/02/2023 11:25:35 AM (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.php
r56748 r56753 5080 5080 $input_array[ $path_element ] = array(); 5081 5081 } 5082 $input_array = &$input_array[ $path_element ]; // phpcs:ignore VariableAnalysis.CodeAnalysis.VariableAnalysis.VariableRedeclaration5082 $input_array = &$input_array[ $path_element ]; 5083 5083 } 5084 5084
Note: See TracChangeset
for help on using the changeset viewer.