Changeset 8726 – Making WordPress.org (original) (raw)

Changeset 8726

Timestamp:

05/03/2019 01:26:32 AM (7 years ago)

tellyworth

Message:

About: bump MariaDB minimum from 10.0 to 10.1

Props ottok
Fixes #4248

File:

Legend:

Unmodified

Added

Removed

r8159 r8726
52 52 <?php
53 53 /* translators: 1: URL to MySQL; 2: MySQL Version; 3: URL to MariaDB; 4: MariaDB Version */
54 printf( wp_kses_post( __( 'MySQL version %2$s or greater OR MariaDB version %4$s or greater.', 'wporg' ) ), 'https://www.mysql.com/', '5.6', 'https://mariadb.org/', '10.0' );
54 printf( wp_kses_post( __( 'MySQL version %2$s or greater OR MariaDB version %4$s or greater.', 'wporg' ) ), 'https://www.mysql.com/', '5.6', 'https://mariadb.org/', '10.1' );
55 55 ?>
56 56

Note: See TracChangeset for help on using the changeset viewer.