Changeset 7173 for sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-coming-soon-page/views/settings-admin-notices.php
- Timestamp:
- 04/26/2018 10:18:32 PM (7 years ago)
- 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 3 3 <?php foreach ( $inactive_required_modules as $module ) : ?> 4 4 <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 ) ); ?> 7 7 </li> 8 8 <?php endforeach; ?>
Note: See TracChangeset
for help on using the changeset viewer.