Ticket #12787: t12787-child-themes-codex-link.diff
File t12787-child-themes-codex-link.diff, 1.1 KB (added by , 15 years ago) |
---|
-
wp-admin/update-core.php
245 245 ?> 246 246 <h3><?php _e('Themes'); ?></h3> 247 247 <p><?php _e('The following themes have new versions available. Check the ones you want to update and then click "Update Themes".'); ?></p> 248 <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.'), 'http://codex.wordpress.org/ Theme_Development#Child_Themes_style.css' ); ?></p>248 <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.'), 'http://codex.wordpress.org/Child_Themes' ); ?></p> 249 249 <form method="post" action="<?php echo $form_action; ?>" name="upgrade-themes" class="upgrade"> 250 250 <?php wp_nonce_field('upgrade-core'); ?> 251 251 <p><input id="upgrade-themes" class="button" type="submit" value="<?php esc_attr_e('Update Themes'); ?>" name="upgrade" /></p>