Changeset 9279
- Timestamp:
- 10/22/2008 04:41:01 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/update.php
r9258 r9279 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 148 echo '<p><a href="' . __('http://codex.wordpress.org/WordPress_Backups') . '">' . __('How To Backup Your Database and Files') . '</a></p>';149 147 150 148 if ( 'development' == $update->response ) {
Note: See TracChangeset
for help on using the changeset viewer.