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.