Changeset 2494 for sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-payments/views/payment-request/input-country.php
- Timestamp:
- 02/11/2016 04:50:37 PM (9 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
r2420 r2494 10 10 <?php foreach ( $options as $value => $option_label ) : ?> 11 11 <option value="<?php echo esc_attr( $value ); ?>" <?php selected( $value, $selected ); ?>><?php 12 echo esc_html( $option_label );12 echo esc_html( $option_label['name'] ); 13 13 ?></option> 14 14 <?php endforeach; ?>
Note: See TracChangeset
for help on using the changeset viewer.