Changeset 4967 for sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-payments/views/payment-request/input-country.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-country.php
r2682 r4967 12 12 <?php __checked_selected_helper( $required, true, true, 'required' ); ?> 13 13 > 14 <option value=""> (None)</option>14 <option value=""><?php esc_html_e( '(None)', 'wordcamporg' ); ?></option> 15 15 <?php foreach ( $options as $value => $option_label ) : ?> 16 16 <option value="<?php echo esc_attr( $value ); ?>" <?php selected( $value, $selected ); ?>><?php
Note: See TracChangeset
for help on using the changeset viewer.