Changeset 14386
- Timestamp:
- 02/14/2025 12:10:53 AM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/photo-directory/inc/uploads.php
r14322 r14386 62 62 /* Image restrictions. */ 63 63 64 add_filter( 'big_image_size_threshold', [ __CLASS__, 'big_image_size_threshold' ] );64 add_filter( 'big_image_size_threshold', [ __CLASS__, 'big_image_size_threshold' ], 99999 ); 65 65 66 66 /* Frontend Uploader customizations. */
Note: See TracChangeset
for help on using the changeset viewer.