Changeset 9886 for sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/shortcodes/class-upload.php
- Timestamp:
- 05/19/2020 04:03:10 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/shortcodes/class-upload.php
r9885 r9886 259 259 $upload_size_unit = wp_max_upload_size(); 260 260 261 // force max to 10M, since some sites seem to incorrectly report different values (temporary fix during investigation)262 if ( $upload_size_unit > 10485760 ) {263 $upload_size_unit = 10485760;264 }265 266 261 $byte_sizes = array( 'KB', 'MB', 'GB' ); 267 262
Note: See TracChangeset
for help on using the changeset viewer.