Make WordPress Core

Ticket #43790: 43790.2.diff

File 43790.2.diff, 1008 bytes (added by sebastien@…, 6 years ago)

add a caps to before

  • wp-admin/update-core.php

    IDEA additional info:
    Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
    <+>UTF-8
     
    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">';