mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-16 19:46:21 +00:00
Manual L10n JS strings in install.php. Remove stray line, see #13134
git-svn-id: http://svn.automattic.com/wordpress/trunk@13135 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
470f62dd8c
commit
b8a6d8add5
@ -220,11 +220,11 @@ switch($step) {
|
||||
/* <![CDATA[ */
|
||||
try{convertEntities(commonL10n);}catch(e){};
|
||||
var pwsL10n = {
|
||||
empty: "Strength indicator",
|
||||
short: "Very weak",
|
||||
bad: "Weak",
|
||||
good: "Medium",
|
||||
strong: "Strong"
|
||||
empty: "<?php echo esc_js( __( 'Strength indicator' ) ); ?>",
|
||||
short: "<?php echo esc_js( __( 'Very weak' ) ); ?>",
|
||||
bad: "<?php echo esc_js( __( 'Weak' ) ); ?>",
|
||||
good: "<?php echo esc_js( __( 'Medium' ) ); ?>",
|
||||
strong: "<?php echo esc_js( __( 'Strong' ) ); ?>"
|
||||
};
|
||||
try{convertEntities(pwsL10n);}catch(e){};
|
||||
/* ]]> */
|
||||
|
Loading…
x
Reference in New Issue
Block a user