Changeset 13857 for sites/trunk/wordpress.org/public_html/wp-content/plugins/wporg-gp-translation-events/templates/home.php
- Timestamp:
- 06/25/2024 10:52:51 AM (4 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
r13822 r13857 22 22 23 23 <div class="event-page-wrapper"> 24 <div class="notice" style="padding: .5rem">25 <?php26 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>36 24 <div class="event-left-col"> 37 25 <?php
Note: See TracChangeset
for help on using the changeset viewer.