Ticket #4919: 4919.diff
| File 4919.diff, 822 bytes (added by , 6 years ago) |
|---|
-
wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-requirements.php
97 97 <li> 98 98 <?php 99 99 /* translators: 1: MySQL version; 2: MariaDB Version */ 100 printf( esc_html__( 'MySQL %1$s or greater OR MariaDB %2$s or greater', 'wporg' ), '5.6', '10. 0' );100 printf( esc_html__( 'MySQL %1$s or greater OR MariaDB %2$s or greater', 'wporg' ), '5.6', '10.1' ); 101 101 ?> 102 102 </li> 103 103 <li><?php esc_html_e( 'Nginx or Apache with mod_rewrite module', 'wporg' ); ?></li>