Changeset 9855
- Timestamp:
- 05/12/2020 11:11:19 PM (5 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
r9358 r9855 72 72 <p> 73 73 <?php 74 /* translators: %s: URL to Make WordPress Hosting handbook */ 75 printf( wp_kses_post( __( 'For detailed PHP extension recommendations, see the <a href="%s">Hosting Handbook</a>.', 'wporg' ) ), 'https://make.wordpress.org/hosting/handbook/handbook/server-environment/' ); 76 ?> 77 </p> 78 79 <p> 80 <?php 74 81 printf( 75 82 /* translators: 1: PHP Version including; 2: MySQL Version */
Note: See TracChangeset
for help on using the changeset viewer.