Make WordPress Core


Ignore:
Timestamp:
10/20/2008 05:32:45 PM (16 years ago)
Author:
ryan
Message:

Link to codex for instructions on backing up the blog instead of suggesting export. see #7899

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/update.php

    r9150 r9253  
    143143
    144144    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>.'); 
    146146    echo '</p>';
    147147
    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>';
    149149
    150150    if ( 'development' == $update->response ) {
Note: See TracChangeset for help on using the changeset viewer.