Making WordPress.org


Ignore:
Timestamp:
04/12/2018 12:42:40 AM (7 years ago)
Author:
iandunn
Message:

WP15: Add a placeholder value to the event filter input field.

Props melchoyce.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wp15.wordpress.net/public_html/content/plugins/wp15-meetup-events/views/events-list.php

    r7044 r7100  
    1111    <label>
    1212        <span><?php esc_html_e( 'Search events:', 'wp15' ); ?></span>
    13         <input id="wp15-events-query" type="text" value="" />
     13        <?php // translators: Change this to a city in your locale that has a WP15 event planned. If none do, then choose a recognizable city in your locale. ?>
     14        <input id="wp15-events-query" type="text" value="" placeholder="<?php echo esc_attr_x( 'Seattle', 'Event query placeholder', 'wp15' ); ?>" />
    1415    </label>
    1516</form>
Note: See TracChangeset for help on using the changeset viewer.