Making WordPress.org


Ignore:
Timestamp:
06/25/2024 10:52:51 AM (4 months ago)
Author:
psrpinto
Message:

Translate: Sync "Translation Events" from GitHub

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  
    2222
    2323<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>
    3624<div class="event-left-col">
    3725<?php
Note: See TracChangeset for help on using the changeset viewer.