Changeset 7100
- Timestamp:
- 04/12/2018 12:42:40 AM (7 years ago)
- Location:
- sites/trunk/wp15.wordpress.net/public_html/content
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wp15.wordpress.net/public_html/content/plugins/wp15-meetup-events/views/events-list.php
r7044 r7100 11 11 <label> 12 12 <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' ); ?>" /> 14 15 </label> 15 16 </form> -
sites/trunk/wp15.wordpress.net/public_html/content/themes/twentyseventeen-wp15/style.css
r7099 r7100 436 436 width: auto; 437 437 margin-left: .5em; 438 } 439 440 #wp15-events-filter input[type="text"]::placeholder { 441 opacity: 0.5; 438 442 } 439 443
Note: See TracChangeset
for help on using the changeset viewer.