Add a translator note for the fix in r33387

props SergeyBiryukov
fixes 33091
Built from https://develop.svn.wordpress.org/trunk@33437


git-svn-id: http://core.svn.wordpress.org/trunk@33404 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Mark Jaquith 2015-07-27 01:54:24 +00:00
parent 48a1c86245
commit 8e264b416b
2 changed files with 2 additions and 1 deletions

View File

@ -147,6 +147,7 @@ function display_setup_form( $error = null ) {
<div id="pass-strength-result" aria-live="polite"></div>
</div>
<p><span class="description important hide-if-no-js">
<?php /* translators: The non-breaking space prevents 1Password from thinking the text "log in" should trigger a password save prompt. */ ?>
<strong><?php _e( 'Important:' )?></strong> <?php _e( 'You will need this password to log&nbsp;in. Please store it in a secure location.' ); ?></span></p>
</td>
</tr>

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.3-beta4-33436';
$wp_version = '4.3-beta4-33437';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.