Ticket #14409: update-core.patch
File update-core.patch, 1.3 KB (added by , 14 years ago) |
---|
-
wp-admin/update-core.php
252 252 ?> 253 253 <h3><?php _e( 'Themes' ); ?></h3> 254 254 <p><?php _e( 'The following themes have new versions available. Check the ones you want to update and then click “Update Themes”.' ); ?></p> 255 <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>255 <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> 256 256 <form method="post" action="<?php echo $form_action; ?>" name="upgrade-themes" class="upgrade"> 257 257 <?php wp_nonce_field('upgrade-core'); ?> 258 258 <p><input id="upgrade-themes" class="button" type="submit" value="<?php esc_attr_e('Update Themes'); ?>" name="upgrade" /></p>