Make WordPress Core

Changeset 52358


Ignore:
Timestamp:
12/12/2021 02:56:56 PM (3 years ago)
Author:
SergeyBiryukov
Message:

General: Mark the recommended MariaDB version number in readme.html with a <strong> tag.

This brings consistency with the MySQL version number.

Follow-up to [52319].

See #41490.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/readme.html

    r52319 r52358  
    5959<ul>
    6060    <li><a href="https://secure.php.net/">PHP</a> version <strong>7.4</strong> or greater.</li>
    61     <li><a href="https://www.mysql.com/">MySQL</a> version <strong>5.6</strong> or greater OR <a href="https://mariadb.org/">MariaDB</a> version 10.1 or greater.</li>
     61    <li><a href="https://www.mysql.com/">MySQL</a> version <strong>5.6</strong> or greater OR <a href="https://mariadb.org/">MariaDB</a> version <strong>10.1</strong> or greater.</li>
    6262    <li>The <a href="https://httpd.apache.org/docs/2.2/mod/mod_rewrite.html">mod_rewrite</a> Apache module.</li>
    6363    <li><a href="https://wordpress.org/news/2016/12/moving-toward-ssl/">HTTPS</a> support.</li>
Note: See TracChangeset for help on using the changeset viewer.