mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-02 13:41:24 +01:00
Site Health: Adjust "Database username" and "Table prefix" strings for consistency with the same strings in wp-admin/setup-config.php
.
Props ramiy. Fixes #47043. Built from https://develop.svn.wordpress.org/trunk@47268 git-svn-id: http://core.svn.wordpress.org/trunk@47068 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
5bf387bb07
commit
bf29d14a69
@ -752,7 +752,7 @@ class WP_Debug_Data {
|
||||
);
|
||||
|
||||
$info['wp-database']['fields']['database_user'] = array(
|
||||
'label' => __( 'Database user' ),
|
||||
'label' => __( 'Database username' ),
|
||||
'value' => $wpdb->dbuser,
|
||||
'private' => true,
|
||||
);
|
||||
@ -770,7 +770,7 @@ class WP_Debug_Data {
|
||||
);
|
||||
|
||||
$info['wp-database']['fields']['database_prefix'] = array(
|
||||
'label' => __( 'Database prefix' ),
|
||||
'label' => __( 'Table prefix' ),
|
||||
'value' => $wpdb->prefix,
|
||||
'private' => true,
|
||||
);
|
||||
|
@ -13,7 +13,7 @@
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '5.4-alpha-47267';
|
||||
$wp_version = '5.4-alpha-47268';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
Loading…
Reference in New Issue
Block a user