mirror of
git://develop.git.wordpress.org/
synced 2025-03-22 04:49:49 +01:00
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
This commit is contained in:
parent
a39a35c8e6
commit
96c2a46863
@ -412,7 +412,7 @@ class WP_Debug_Data {
|
||||
'value' => size_format( $effective ),
|
||||
);
|
||||
$info['wp-media']['fields']['max_file_uploads'] = array(
|
||||
'label' => __( 'Max number of files allowed' ),
|
||||
'label' => __( 'Max simultaneous file uploads' ),
|
||||
'value' => $max_file_uploads,
|
||||
);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user