Skip to content

Commit 96c2a46

Browse files
Site Health: Clarify the description for max_file_uploads in Site Health Info.
Follow-up to [48535]. Props iflairwebtechnologies, hbhalodia, mukesh27, SergeyBiryukov. Fixes #61814. git-svn-id: https://develop.svn.wordpress.org/trunk@58857 602fd350-edb4-49c9-b593-d223f7449a82
1 parent a39a35c commit 96c2a46

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/wp-admin/includes/class-wp-debug-data.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ public static function debug_data() {
412412
'value' => size_format( $effective ),
413413
);
414414
$info['wp-media']['fields']['max_file_uploads'] = array(
415-
'label' => __( 'Max number of files allowed' ),
415+
'label' => __( 'Max simultaneous file uploads' ),
416416
'value' => $max_file_uploads,
417417
);
418418
}

0 commit comments

Comments
 (0)