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: - [https://make.wordpress.org/polyglots/handbook/translating/glotpress-translate-wordpress-org/types-of-messages/#strings-with-description Polyglots handbook: Strings with description] - [https://codex.wordpress.org/I18n_for_WordPress_Developers#Descriptions I18N Codex: Descriptions] Props oglekler, afragen, amitraj2203. Fixes #61316. Built from https://develop.svn.wordpress.org/trunk@58307 git-svn-id: http://core.svn.wordpress.org/trunk@57764 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
fb7ad212ca
commit
8c6a8e0b79
|
@ -134,6 +134,7 @@ class WP_Debug_Data {
|
||||||
|
|
||||||
if ( ! $is_multisite ) {
|
if ( ! $is_multisite ) {
|
||||||
$info['wp-paths-sizes'] = array(
|
$info['wp-paths-sizes'] = array(
|
||||||
|
/* translators: Filesystem directory paths and storage sizes. */
|
||||||
'label' => __( 'Directories and Sizes' ),
|
'label' => __( 'Directories and Sizes' ),
|
||||||
'fields' => array(),
|
'fields' => array(),
|
||||||
);
|
);
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '6.6-alpha-58306';
|
$wp_version = '6.6-alpha-58307';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue