Changeset 9253 for trunk/wp-admin/update.php
- Timestamp:
- 10/20/2008 05:32:45 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/update.php
r9150 r9253 143 143 144 144 echo '<p>'; 145 _e('A new version of WordPress is available for upgrade. Before upgrading, please backup your blog. Pressing the Backup button below will create a backup of your blog and prompt you to save that backup to your computer. This sometimes takes a few minutes, so please be patient. After the backup finishes, continue below to upgrade your blog automatically or manually.');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>.'); 146 146 echo '</p>'; 147 147 148 echo '<p><a class="button" href="export.php?download=true">' . __('Backup') . '</a></p>';148 echo '<p><a href="' . __('http://codex.wordpress.org/Backing_Up_Your_Database') . '">' . __('How To Backup Your Blog') . '</a></p>'; 149 149 150 150 if ( 'development' == $update->response ) {
Note: See TracChangeset
for help on using the changeset viewer.