Changeset 4967 for sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-payments/views/payment-request/input-select.php
- Timestamp:
- 02/21/2017 12:03:58 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-payments/views/payment-request/input-select.php
r2682 r4967 13 13 > 14 14 <option value="null-select-one"> 15 <?php printf( __( '-- Select a %s --', 'wordcamporg' ), $label ); ?>15 <?php printf( esc_html__( '-- Select a %s --', 'wordcamporg' ), $label ); ?> 16 16 </option> 17 17 <option value="null-separator1"></option>
Note: See TracChangeset
for help on using the changeset viewer.