Changeset 13906 for sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-translation-events/templates/home.php
- Timestamp:
- 07/17/2024 11:19:52 AM (23 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-translation-events/templates/home.php
r13857 r13906 20 20 ); 21 21 ?> 22 23 22 <div class="event-page-wrapper"> 23 <div class="notice" style="padding: .5rem"> 24 <?php 25 echo wp_kses( 26 sprintf( 27 // translators: %s is a link to a page about hosting events. 28 __( 'Do you want to host your own event? <a href="%s">Find more information here</a>.', 'gp-translation-events' ), 29 'https://make.wordpress.org/polyglots/2024/05/29/translation-events-inviting-gtes-to-create-and-manage-events/' 30 ), 31 array( 'a' => array( 'href' => array() ) ) 32 ); 33 ?> 34 </div> 24 35 <div class="event-left-col"> 25 36 <?php
Note: See TracChangeset
for help on using the changeset viewer.