Changeset 14070 for trunk/wp-admin/custom-background.php
- Timestamp:
- 04/11/2010 10:41:54 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/custom-background.php
r13856 r14070 247 247 <?php if ( get_background_image() ) : ?> 248 248 <h3><?php _e('Remove Background Image'); ?></h3> 249 <p><?php _e('This will remove the background image. You will not be able to re trieve any customizations.') ?></p>249 <p><?php _e('This will remove the background image. You will not be able to restore any customizations.') ?></p> 250 250 <form method="post" action=""> 251 251 <?php wp_nonce_field('custom-background'); ?>
Note: See TracChangeset
for help on using the changeset viewer.