Changeset 2458
- Timestamp:
- 02/03/2016 10:59:12 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/plugins/wc-post-types/views/sponsors/metabox-sponsor-info.php
r2398 r2458 179 179 180 180 <select id="_wcpt_sponsor_country" name="_wcpt_sponsor_country"> 181 <option value="null" <?php selected( $country, 'null' ); ?>> 182 <?php _e( '-- Select a Country --', 'wordcamporg' ); ?> 183 </option> 184 181 185 <?php foreach ( $available_countries as $available_country ) : ?> 182 186 <option value="<?php echo esc_attr( $available_country ); ?>" <?php selected( $available_country, $country ); ?>>
Note: See TracChangeset
for help on using the changeset viewer.