Making WordPress.org

Changeset 8726


Ignore:
Timestamp:
05/03/2019 01:26:32 AM (5 years ago)
Author:
tellyworth
Message:

About: bump MariaDB minimum from 10.0 to 10.1

Props ottok
Fixes #4248

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-requirements.php

    r8159 r8726  
    5252                            <?php
    5353                            /* translators: 1: URL to MySQL; 2: MySQL Version; 3: URL to MariaDB; 4: MariaDB Version */
    54                             printf( wp_kses_post( __( '<a href="%1$s">MySQL</a> version %2$s or greater <em>OR</em> <a href="%3$s">MariaDB</a> version %4$s or greater.', 'wporg' ) ), 'https://www.mysql.com/', '5.6', 'https://mariadb.org/', '10.0' );
     54                            printf( wp_kses_post( __( '<a href="%1$s">MySQL</a> version %2$s or greater <em>OR</em> <a href="%3$s">MariaDB</a> version %4$s or greater.', 'wporg' ) ), 'https://www.mysql.com/', '5.6', 'https://mariadb.org/', '10.1' );
    5555                            ?>
    5656                        </li>
Note: See TracChangeset for help on using the changeset viewer.