Make WordPress Core

Changeset 58307


Ignore:
Timestamp:
06/03/2024 09:05:39 PM (4 months ago)
Author:
costdev
Message:

Site Health: Add translator comment to explain Directories and Sizes.

This adds a translator comment to the Site Health's debug data to describe what "Directories and Sizes" refers to.

References:

Props oglekler, afragen, amitraj2203.
Fixes #61316.

File:
1 edited

Legend:

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

    r58299 r58307  
    135135        if ( ! $is_multisite ) {
    136136            $info['wp-paths-sizes'] = array(
     137                /* translators: Filesystem directory paths and storage sizes. */
    137138                'label'  => __( 'Directories and Sizes' ),
    138139                'fields' => array(),
Note: See TracChangeset for help on using the changeset viewer.