Ticket #18119: 18119.patch
File 18119.patch, 523 bytes (added by , 14 years ago) |
---|
-
wp-admin/includes/ms.php
393 393 */ 394 394 function get_space_allowed() { 395 395 $space_allowed = get_option( 'blog_upload_space' ); 396 if ( $space_allowed == false )396 if ( $space_allowed === false ) 397 397 $space_allowed = get_site_option( 'blog_upload_space' ); 398 398 if ( empty( $space_allowed ) || !is_numeric( $space_allowed ) ) 399 399 $space_allowed = 50;