Changeset 14070 for trunk/wp-admin/update-core.php
- Timestamp:
- 04/11/2010 10:41:54 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/update-core.php
r13972 r14070 132 132 } else { 133 133 echo '<div class="updated"><p>'; 134 _e('<strong>Important:</strong> before updating, please <a href="http://codex.wordpress.org/WordPress_Backups">backup your database and files</a>. For help with updates, visit the <a href="http://codex.wordpress.org/Updating_WordPress">Updating WordPress Codex page</a>.');134 _e('<strong>Important:</strong> before updating, please <a href="http://codex.wordpress.org/WordPress_Backups">backup your database and files</a>. For help with updates, visit the <a href="http://codex.wordpress.org/Updating_WordPress">Updating WordPress</a> Codex page.'); 135 135 echo '</p></div>'; 136 136 … … 175 175 $core_update_version = $core_updates[0]->current; 176 176 ?> 177 <h3><?php _e( 'Plugins'); ?></h3>178 <p><?php _e( 'The following plugins have new versions available. Check the ones you want to update and then click "Update Plugins".'); ?></p>177 <h3><?php _e( 'Plugins' ); ?></h3> 178 <p><?php _e( 'The following plugins have new versions available. Check the ones you want to update and then click “Update Plugins”.' ); ?></p> 179 179 <form method="post" action="<?php echo $form_action; ?>" name="upgrade-plugins" class="upgrade"> 180 180 <?php wp_nonce_field('upgrade-core'); ?> … … 244 244 245 245 ?> 246 <h3><?php _e( 'Themes'); ?></h3>247 <p><?php _e( 'The following themes have new versions available. Check the ones you want to update and then click "Update Themes".'); ?></p>246 <h3><?php _e( 'Themes' ); ?></h3> 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 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.'), _x('http://codex.wordpress.org/Child_Themes', 'Link used in suggestion to use child themes in GUU') ); ?></p> 249 249 <form method="post" action="<?php echo $form_action; ?>" name="upgrade-themes" class="upgrade">
Note: See TracChangeset
for help on using the changeset viewer.