Skip to content

Commit

Permalink
WPCS fix
Browse files Browse the repository at this point in the history
  • Loading branch information
audrasjb authored Feb 24, 2025
1 parent c2fb553 commit f19f762
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wp-admin/includes/ms.php
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ function fix_import_form_size( $size ) {
function upload_space_setting( $id ) {
switch_to_blog( $id );
$quota = get_option( 'blog_upload_space' );

if ( ! $quota ) {
$quota = '';
}
Expand Down

0 comments on commit f19f762

Please sign in to comment.