Changeset 58009 for trunk/src/wp-includes/media.php
- Timestamp:
- 04/15/2024 08:01:03 PM (11 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/media.php
r57921 r58009 5500 5500 * @return array|false Array of image information or false on failure. 5501 5501 */ 5502 function wp_getimagesize( $filename, array &$image_info = null ) {5502 function wp_getimagesize( $filename, ?array &$image_info = null ) { 5503 5503 // Don't silence errors when in debug mode, unless running unit tests. 5504 5504 if ( defined( 'WP_DEBUG' ) && WP_DEBUG
Note: See TracChangeset
for help on using the changeset viewer.