Language cleanup. props mrmist, fixes #14409.
git-svn-id: https://develop.svn.wordpress.org/trunk@16002 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
4dd97a09bf
commit
8e5ba0694f
@ -261,7 +261,7 @@ function list_theme_updates() {
|
|||||||
?>
|
?>
|
||||||
<h3><?php _e( 'Themes' ); ?></h3>
|
<h3><?php _e( 'Themes' ); ?></h3>
|
||||||
<p><?php _e( 'The following themes have new versions available. Check the ones you want to update and then click “Update Themes”.' ); ?></p>
|
<p><?php _e( 'The following themes have new versions available. Check the ones you want to update and then click “Update Themes”.' ); ?></p>
|
||||||
<p><?php printf( __('<strong>Please Note:</strong> Any customizations you have made to the Themes files will be lost. Please consider using <a href="%s">child themes</a> for modifications.'), _x('http://codex.wordpress.org/Child_Themes', 'Link used in suggestion to use child themes in GUU') ); ?></p>
|
<p><?php printf( __('<strong>Please Note:</strong> Any customizations you have made to theme files will be lost. Please consider using <a href="%s">child themes</a> for modifications.'), _x('http://codex.wordpress.org/Child_Themes', 'Link used in suggestion to use child themes in GUU') ); ?></p>
|
||||||
<form method="post" action="<?php echo $form_action; ?>" name="upgrade-themes" class="upgrade">
|
<form method="post" action="<?php echo $form_action; ?>" name="upgrade-themes" class="upgrade">
|
||||||
<?php wp_nonce_field('upgrade-core'); ?>
|
<?php wp_nonce_field('upgrade-core'); ?>
|
||||||
<p><input id="upgrade-themes" class="button" type="submit" value="<?php esc_attr_e('Update Themes'); ?>" name="upgrade" /></p>
|
<p><input id="upgrade-themes" class="button" type="submit" value="<?php esc_attr_e('Update Themes'); ?>" name="upgrade" /></p>
|
||||||
|
Loading…
Reference in New Issue
Block a user