Making WordPress.org


Ignore:
Timestamp:
01/29/2019 11:53:29 AM (5 years ago)
Author:
ocean90
Message:

WordPress.org Main Theme: Use the Serve Happy constant for the recommenced PHP version in the letter.

See #4009.
Fixes #4114.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-main/page-about-requirements.php

    r8066 r8158  
    9292                                <?php
    9393                                /* translators: PHP Version */
    94                                 printf( esc_html__( 'PHP %s or greater', 'wporg' ), '7.2' );
     94                                printf( esc_html__( 'PHP %s or greater', 'wporg' ), RECOMMENDED_PHP );
    9595                                ?>
    9696                            </li>
Note: See TracChangeset for help on using the changeset viewer.