Making WordPress.org


Ignore:
Timestamp:
06/29/2018 08:57:02 PM (6 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-get.php

    r7335 r7350  
    4646                            <span class="dashicons-before dashicons-download">
    4747                                <?php
    48                                 echo apply_filters( 'no_orphans', sprintf(
     48                                echo esc_html( apply_filters( 'no_orphans', sprintf(
    4949                                    /* translators: WordPress version. */
    50                                     esc_html__( 'Download WordPress %s', 'wporg' ),
    51                                     esc_html( WP_CORE_LATEST_RELEASE )
    52                                 ) );
     50                                    __( 'Download WordPress %s', 'wporg' ),
     51                                    WP_CORE_LATEST_RELEASE
     52                                ) ) );
    5353                                ?>
    5454                            </span>
Note: See TracChangeset for help on using the changeset viewer.