Changeset 32730 for trunk/src/wp-admin/includes/ms.php
- Timestamp:
- 06/12/2015 05:18:38 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/includes/ms.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/ms.php
r32653 r32730 454 454 */ 455 455 function fix_import_form_size( $size ) { 456 if ( upload_is_user_over_quota( false ) == true )456 if ( upload_is_user_over_quota( false ) ) { 457 457 return 0; 458 458 } 459 459 $available = get_upload_space_available(); 460 460 return min( $size, $available );
Note: See TracChangeset
for help on using the changeset viewer.