Skip to content

Commit c19a02c

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. Built from https://develop.svn.wordpress.org/trunk@58857 git-svn-id: https://core.svn.wordpress.org/trunk@58253 1a063a9b-81f0-0310-95a4-ce76da25c4cd
1 parent f587407 commit c19a02c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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
}

wp-includes/version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*
1717
* @global string $wp_version
1818
*/
19-
$wp_version = '6.7-alpha-58856';
19+
$wp_version = '6.7-alpha-58857';
2020

2121
/**
2222
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.

0 commit comments

Comments
 (0)