Changeset 21237
- Timestamp:
- 07/09/2012 03:49:23 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/ms-functions.php
r21172 r21237 1654 1654 */ 1655 1655 function upload_is_file_too_big( $upload ) { 1656 if ( is_array( $upload ) == false || defined( 'WP_IMPORTING' ) )1656 if ( is_array( $upload ) == false || defined( 'WP_IMPORTING' ) || get_site_option( 'upload_space_check_disabled' ) ) 1657 1657 return $upload; 1658 1658
Note: See TracChangeset
for help on using the changeset viewer.