Changeset 11407
- Timestamp:
- 12/28/2021 04:54:08 PM (3 years ago)
- Location:
- sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-requirements.php
r10494 r11407 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( __( '<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' );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.7', 'https://mariadb.org/', '10.2' ); 55 55 ?> 56 56 </li> … … 105 105 <?php 106 106 /* translators: 1: MySQL version; 2: MariaDB Version */ 107 printf( esc_html__( 'MySQL %1$s or greater OR MariaDB %2$s or greater', 'wporg' ), '5. 6', '10.1' );107 printf( esc_html__( 'MySQL %1$s or greater OR MariaDB %2$s or greater', 'wporg' ), '5.7', '10.2' ); 108 108 ?> 109 109 </li> -
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-download.php
r11267 r11407 248 248 'https://www.php.net/', 249 249 'https://www.mysql.com/', 250 '5. 6',250 '5.7', 251 251 'https://mariadb.org/', 252 '10. 1'252 '10.2' 253 253 ); 254 254 ?>
Note: See TracChangeset
for help on using the changeset viewer.