Making WordPress.org


Ignore:
Timestamp:
04/26/2018 10:18:32 PM (7 years ago)
Author:
iandunn
Message:

WordCamp Coming Soon Page: Apply coding standards.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-coming-soon-page/views/settings-admin-notices.php

    r3784 r7173  
    33        <?php foreach ( $inactive_required_modules as $module ) : ?>
    44            <li>
    5                 <?php // translators: %s is the name of the jetpack module ?>
    6                 <?php printf( __( "Please activate Jetpack's %s module.", 'wordcamporg' ), esc_html( $module ) ); ?>
     5                <?php // translators: %s is the name of the jetpack module. ?>
     6                <?php printf( esc_html__( "Please activate Jetpack's %s module.", 'wordcamporg' ), esc_html( $module ) ); ?>
    77            </li>
    88        <?php endforeach; ?>
Note: See TracChangeset for help on using the changeset viewer.