Making WordPress.org


Ignore:
Timestamp:
06/29/2018 08:57:02 PM (8 years ago)
Author:
obenland
Message:

Main: phpcs updates

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  
    2323} );
    2424
    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. */
    2626
    2727get_header( 'child-page' );
     
    6868                    </p>
    6969
    70                     <p><?php
     70                    <p>
     71                        <?php
    7172                        printf(
    7273                            /* translators: 1: PHP Version including; 2: MySQL Version */
     
    7576                            '5.0'
    7677                        );
    77                     ?></p>
     78                        ?>
     79                    </p>
    7880
    7981                    <h3><?php esc_html_e( 'Ask for it', 'wporg' ); ?></h3>
     
    8587
    8688                        <ul>
    87                             <li><?php
     89                            <li>
     90                                <?php
    8891                                /* translators: PHP Version */
    8992                                printf( esc_html__( 'PHP %s or greater', 'wporg' ), '7.2' );
    90                             ?></li>
    91                             <li><?php
     93                                ?>
     94                            </li>
     95                            <li>
     96                                <?php
    9297                                /* translators: 1: MySQL version; 2: MariaDB Version */
    9398                                printf( esc_html__( 'MySQL %1$s or greater OR MariaDB %2$s or greater', 'wporg' ), '5.6', '10.0' );
    94                             ?></li>
     99                                ?>
     100                            </li>
    95101                            <li><?php esc_html_e( 'Nginx or Apache with mod_rewrite module', 'wporg' ); ?></li>
    96102                            <li><?php esc_html_e( 'HTTPS support', 'wporg' ); ?></li>
Note: See TracChangeset for help on using the changeset viewer.