Ticket #7899: 7899_2.diff
| File 7899_2.diff, 1.0 KB (added by , 18 years ago) |
|---|
-
wp-admin/update.php
142 142 } 143 143 144 144 echo '<p>'; 145 _e('A new version of WordPress is available for upgrade. Before upgrading, please <a href=" http://codex.wordpress.org/Backing_Up_Your_Database">backup your blog</a>.');145 _e('A new version of WordPress is available for upgrade. Before upgrading, please <a href="' . __('http://codex.wordpress.org/WordPress_Backups') . '">' . __('backup your database and files') . '</a>.'); 146 146 echo '</p>'; 147 147 148 echo '<p><a href="' . __('http://codex.wordpress.org/WordPress_Backups') . '">' . __('How To Backup Your Database and Files') . '</a></p>';149 150 148 if ( 'development' == $update->response ) { 151 149 $message = __('You are using a development version of WordPress. You can upgrade to the latest nightly build automatically or download the nightly build and install it manually. Which would you like to do?'); 152 150 $submit = __('Download nightly build');