Changeset 7350 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-requirements.php
- Timestamp:
- 06/29/2018 08:57:02 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-requirements.php
r6972 r7350 23 23 } ); 24 24 25 / / See inc/page-meta-descriptions.php for the meta description for this page.25 /* See inc/page-meta-descriptions.php for the meta description for this page. */ 26 26 27 27 get_header( 'child-page' ); … … 68 68 </p> 69 69 70 <p><?php 70 <p> 71 <?php 71 72 printf( 72 73 /* translators: 1: PHP Version including; 2: MySQL Version */ … … 75 76 '5.0' 76 77 ); 77 ?></p> 78 ?> 79 </p> 78 80 79 81 <h3><?php esc_html_e( 'Ask for it', 'wporg' ); ?></h3> … … 85 87 86 88 <ul> 87 <li><?php 89 <li> 90 <?php 88 91 /* translators: PHP Version */ 89 92 printf( esc_html__( 'PHP %s or greater', 'wporg' ), '7.2' ); 90 ?></li> 91 <li><?php 93 ?> 94 </li> 95 <li> 96 <?php 92 97 /* translators: 1: MySQL version; 2: MariaDB Version */ 93 98 printf( esc_html__( 'MySQL %1$s or greater OR MariaDB %2$s or greater', 'wporg' ), '5.6', '10.0' ); 94 ?></li> 99 ?> 100 </li> 95 101 <li><?php esc_html_e( 'Nginx or Apache with mod_rewrite module', 'wporg' ); ?></li> 96 102 <li><?php esc_html_e( 'HTTPS support', 'wporg' ); ?></li>
Note: See TracChangeset
for help on using the changeset viewer.