Changeset 2186 for sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-coming-soon-page/views/settings-admin-notices.php
- Timestamp:
- 12/12/2015 12:12:06 AM (9 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
r381 r2186 2 2 <ul> 3 3 <?php foreach ( $inactive_required_modules as $module ) : ?> 4 <li>Please activate Jetpack's <?php echo esc_html( $module ); ?> module.</li> 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 ) ); ?> 7 </li> 5 8 <?php endforeach; ?> 6 9 </ul>
Note: See TracChangeset
for help on using the changeset viewer.