Changeset 14826 for sites/trunk/wordpress.org/public_html/wp-content/plugins/photo-directory/inc/photo.php
- Timestamp:
- 04/22/2026 10:37:39 PM (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/photo-directory/inc/photo.php
r14825 r14826 207 207 } 208 208 209 list( , , $image_type ) = wp_getimagesize( $file ); 209 $image_size = wp_getimagesize( $file ); 210 211 if ( false === $image_size ) { 212 return false; 213 } 214 215 list( , , $image_type ) = $image_size; 210 216 211 217 /*
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)