Make WordPress Core

Changeset 58857


Ignore:
Timestamp:
08/06/2024 01:20:49 PM (2 months ago)
Author:
SergeyBiryukov
Message:

Site Health: Clarify the description for max_file_uploads in Site Health Info.

Follow-up to [48535].

Props iflairwebtechnologies, hbhalodia, mukesh27, SergeyBiryukov.
Fixes #61814.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-wp-debug-data.php

    r58855 r58857  
    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            );
Note: See TracChangeset for help on using the changeset viewer.