Changeset 13822 for sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-translation-events/templates/home.php
- Timestamp:
- 06/15/2024 11:42:54 AM (6 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
r13801 r13822 22 22 23 23 <div class="event-page-wrapper"> 24 <div class="notice" style="padding: .5rem"> 25 <?php 26 echo wp_kses( 27 sprintf( 28 // translators: %s is a link to a page about hosting events. 29 __( 'Do you want to host your own event? <a href="%s">Find more information here</a>.', 'gp-translation-events' ), 30 'https://make.wordpress.org/polyglots/2024/05/29/translation-events-inviting-gtes-to-create-and-manage-events/' 31 ), 32 array( 'a' => array( 'href' => array() ) ) 33 ); 34 ?> 35 </div> 24 36 <div class="event-left-col"> 25 37 <?php
Note: See TracChangeset
for help on using the changeset viewer.