Changeset 59453 for trunk/src/wp-includes/compat.php
- Timestamp:
- 11/22/2024 07:17:35 PM (7 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/compat.php
r59043 r59453 416 416 */ 417 417 function array_key_first( array $array ) { // phpcs:ignore Universal.NamingConventions.NoReservedKeywordParameterNames.arrayFound 418 if ( empty( $array ) ) { 419 return null; 420 } 421 418 422 foreach ( $array as $key => $value ) { 419 423 return $key;
Note: See TracChangeset
for help on using the changeset viewer.