Make WordPress Core

Changeset 44596


Ignore:
Timestamp:
01/15/2019 05:19:59 AM (6 years ago)
Author:
pento
Message:

Updates: Tweak the "before updating, please back up..." message.

Props chetan200891, sebastien@….
See #43790.

File:
1 edited

Legend:

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

    r44566 r44596  
    199199    } else {
    200200        echo '<div class="notice notice-warning"><p>';
    201         _e( '<strong>Important:</strong> before updating, please <a href="https://codex.wordpress.org/WordPress_Backups">back up your database and files</a>. For help with updates, visit the <a href="https://codex.wordpress.org/Updating_WordPress">Updating WordPress</a> Codex page.' );
     201        _e( '<strong>Important:</strong> Before updating, please <a href="https://codex.wordpress.org/WordPress_Backups">back up your database and files</a>. For help with updates, visit the <a href="https://codex.wordpress.org/Updating_WordPress">Updating WordPress</a> Codex page.' );
    202202        echo '</p></div>';
    203203
Note: See TracChangeset for help on using the changeset viewer.