Making WordPress.org


Ignore:
Timestamp:
07/17/2024 11:19:52 AM (23 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

    r13857 r13906  
    2020);
    2121?>
    22 
    2322<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>
    2435<div class="event-left-col">
    2536<?php
Note: See TracChangeset for help on using the changeset viewer.