Making WordPress.org


Ignore:
Timestamp:
06/15/2024 11:42:54 AM (6 months ago)
Author:
akirk
Message:

Translation Events: add notice about how to host your own event

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