From b4cea6ae93dca2cb0e5ae3d4f0eff486b064dd42 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sat, 22 Feb 2020 18:33:08 +0000 Subject: [PATCH] I18N: Use a consistent wording for "Unable to write to file" strings. Props ramiy. Fixes #48862. Built from https://develop.svn.wordpress.org/trunk@47344 git-svn-id: http://core.svn.wordpress.org/trunk@47131 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/setup-config.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/setup-config.php b/wp-admin/setup-config.php index 7b38b9f412..4ae670dd2f 100644 --- a/wp-admin/setup-config.php +++ b/wp-admin/setup-config.php @@ -396,7 +396,7 @@ switch ( $step ) {

wp-config.php' ); + printf( __( 'Unable to write to %s file.' ), 'wp-config.php' ); ?>

diff --git a/wp-includes/version.php b/wp-includes/version.php index 5c34a05b0b..56683c3f1f 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.4-beta2-47342'; +$wp_version = '5.4-beta2-47344'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.