Make WordPress Core

Ticket #43790: 43790.diff

File 43790.diff, 927 bytes (added by chetan200891, 7 years ago)

Created patch to make before word capitalize.

  • src/wp-admin/update-core.php

    diff --git a/src/wp-admin/update-core.php b/src/wp-admin/update-core.php
    index 5cf2249..0f842af 100644
    a b function core_upgrade_preamble() { 
    191191                echo '</h2>';
    192192        } else {
    193193                echo '<div class="notice notice-warning"><p>';
    194                 _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.' );
     194                _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.' );
    195195                echo '</p></div>';
    196196
    197197                echo '<h2 class="response">';