Making WordPress.org


Ignore:
Timestamp:
07/05/2018 09:52:30 PM (8 years ago)
Author:
obenland
Message:

Main: PHPCS updates

See #3673.

File:
1 edited

Legend:

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

    r7363 r7375  
    4545                                                                <?php
    4646                                                                /* translators: file format */
    47                                                                 printf( __( 'Chapter 3 &#8211; %s', 'wporg' ), 'EPUB' );
     47                                                                printf( esc_html__( 'Chapter 3 &#8211; %s', 'wporg' ), 'EPUB' );
    4848                                                                ?>
    4949                                                        </a>
     
    5353                                                                <?php
    5454                                                                /* translators: file format */
    55                                                                 printf( __( 'Chapter 3 &#8211; %s', 'wporg' ), 'MOBI' );
     55                                                                printf( esc_html__( 'Chapter 3 &#8211; %s', 'wporg' ), 'MOBI' );
    5656                                                                ?>
    5757                                                        </a>
     
    6161                                                                <?php
    6262                                                                /* translators: file format */
    63                                                                 printf( __( 'Chapter 3 &#8211; %s', 'wporg' ), 'PDF' );
     63                                                                printf( esc_html__( 'Chapter 3 &#8211; %s', 'wporg' ), 'PDF' );
    6464                                                                ?>
    6565                                                        </a>
Note: See TracChangeset for help on using the changeset viewer.