Make WordPress Core

Ticket #14409: update-core.patch

File update-core.patch, 1.3 KB (added by mrmist, 14 years ago)

themes

  • wp-admin/update-core.php

     
    252252?>
    253253<h3><?php _e( 'Themes' ); ?></h3>
    254254<p><?php _e( 'The following themes have new versions available. Check the ones you want to update and then click &#8220;Update Themes&#8221;.' ); ?></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&#8217; 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>
    256256<form method="post" action="<?php echo $form_action; ?>" name="upgrade-themes" class="upgrade">
    257257<?php wp_nonce_field('upgrade-core'); ?>
    258258<p><input id="upgrade-themes" class="button" type="submit" value="<?php esc_attr_e('Update Themes'); ?>" name="upgrade" /></p>