Changeset 25099 for trunk/src/wp-admin/update-core.php
- Timestamp:
- 08/23/2013 12:30:50 AM (12 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/update-core.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/update-core.php
r23739 r25099 266 266 <h3><?php _e( 'Themes' ); ?></h3> 267 267 <p><?php _e( 'The following themes have new versions available. Check the ones you want to update and then click “Update Themes”.' ); ?></p> 268 <p><?php printf( __( '<strong>Please Note:</strong> Any customizations you have made to theme 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>268 <p><?php printf( __( '<strong>Please Note:</strong> Any customizations you have made to theme files will be lost. Please consider using <a href="%s">child themes</a> for modifications.' ), __( 'http://codex.wordpress.org/Child_Themes' ) ); ?></p> 269 269 <form method="post" action="<?php echo esc_url( $form_action ); ?>" name="upgrade-themes" class="upgrade"> 270 270 <?php wp_nonce_field('upgrade-core'); ?>
Note: See TracChangeset
for help on using the changeset viewer.