From caa11e403dd4283a473f4ceb00012e7dd3387252 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Mon, 4 Jul 2016 13:10:30 +0000 Subject: [PATCH] I18N: Make the translator comment added in [37858] more explicit and consistent with other similar instances. See #37147. Built from https://develop.svn.wordpress.org/trunk@37948 git-svn-id: http://core.svn.wordpress.org/trunk@37889 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/maint/repair.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/maint/repair.php b/wp-admin/maint/repair.php index 6b99fe4939..aa7028878b 100644 --- a/wp-admin/maint/repair.php +++ b/wp-admin/maint/repair.php @@ -33,7 +33,7 @@ if ( ! defined( 'WP_ALLOW_REPAIR' ) ) { echo '

'; printf( - /* translators: %s: File name. */ + /* translators: %s: wp-config.php */ __( 'To allow use of this page to automatically repair database problems, please add the following line to your %s file. Once this line is added to your config, reload this page.' ), 'wp-config.php' ); diff --git a/wp-includes/version.php b/wp-includes/version.php index 18c9470ee6..b218652ad3 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.6-beta1-37947'; +$wp_version = '4.6-beta1-37948'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.