Make WordPress Core

Changeset 13898


Ignore:
Timestamp:
03/31/2010 08:16:57 AM (15 years ago)
Author:
nacin
Message:

Add link to Updating WordPress codex page. props mrmist, fixes #11280.

File:
1 edited

Legend:

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

    r13733 r13898  
    132132    } else {
    133133        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>.');
     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>.');
    135135        echo '</p></div>';
    136136
Note: See TracChangeset for help on using the changeset viewer.