Making WordPress.org

Changeset 9855


Ignore:
Timestamp:
05/12/2020 11:11:19 PM (5 years ago)
Author:
coffee2code
Message:

Main theme: Add link to detailed PHP extension recommendations from Requirements page.

Props mikeschroder.
Fixes #3632.

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  
    7272                    <p>
    7373                        <?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
    7481                        printf(
    7582                            /* translators: 1: PHP Version including; 2: MySQL Version */
Note: See TracChangeset for help on using the changeset viewer.