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
This commit is contained in:
parent
1d13c64927
commit
caa11e403d
|
@ -33,7 +33,7 @@ if ( ! defined( 'WP_ALLOW_REPAIR' ) ) {
|
|||
|
||||
echo '<p>';
|
||||
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.' ),
|
||||
'<code>wp-config.php</code>'
|
||||
);
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue