mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +00:00
Tweak new strings for better typography. Props demetris. Fixes #12962
git-svn-id: https://develop.svn.wordpress.org/trunk@14070 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -246,7 +246,7 @@ class Custom_Background {
|
||||
|
||||
<?php if ( get_background_image() ) : ?>
|
||||
<h3><?php _e('Remove Background Image'); ?></h3>
|
||||
<p><?php _e('This will remove the background image. You will not be able to retrieve any customizations.') ?></p>
|
||||
<p><?php _e('This will remove the background image. You will not be able to restore any customizations.') ?></p>
|
||||
<form method="post" action="">
|
||||
<?php wp_nonce_field('custom-background'); ?>
|
||||
<input type="submit" class="button" name="remove-background" value="<?php esc_attr_e('Remove Background'); ?>" />
|
||||
|
||||
Reference in New Issue
Block a user